Query.ResultSet.Metadata.getColumnName()

Signature

String getColumnName(String resultSetName, int columnIndex)

Domain

ACTION, CONDITION

Description

Gets the name of a column in the result set.

Parameters

NameTypeDescription
resultSetNameStringname of the result set.
columnIndexintindex of a column in the result set.

Returns

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

Cautions

none