Query.Callback.Metadata.getColumnName()

Signature

String getColumnName(String listenerName, int columnIndex)

Domain

ACTION, CONDITION

Description

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

Parameters

NameTypeDescription
listenerNameStringname of the listener.
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