Query.Statement.Metadata.getColumnName()

Signature

String getColumnName(String statementName, int columnIndex)

Domain

ACTION, CONDITION

Description

Gets the name of a column in the result of the statement.

Parameters

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

Returns

TypeDescription
Stringname of that column or null if the column was not found.

Cautions

none