Query.ResultSet.findColumn()

Signature

String findColumn(String statementName, String columnName)

Domain

ACTION, CONDITION

Description

Finds by name the index of a column in the result set.

Parameters

NameTypeDescription
resultsetNameStringname of the result set.
columnNameStringname of a column in the result set of the statement.

Returns

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

Cautions

none