Query.Metadata.getColumnName()

Signature

String getColumnName(String queryName, int columnIndex)

Domain

ACTION, CONDITION

Description

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

Parameters

NameTypeDescription
queryNameStringname of the query.
columnIndexintindex of a column in the result of the query.

Returns

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

Cautions

none