Query.Statement.Metadata.findColumn()

Signature

int findColumn(String statementName, String columnName)

Domain

ACTION, CONDITION

Description

Finds the index of a column in the result of the statement.

Parameters

NameTypeDescription
statementNameStringname of the statement.
columnNameStringname of a column in the result of the statement.

Returns

TypeDescription
intindex of that column or -1 if the column was not found.

Cautions

none