Query.Callback.Metadata.findColumn()

Signature

int findColumn(String listenerName, String columnName)

Domain

ACTION, CONDITION

Description

Finds the index of a column in the result of the query.

Parameters

NameTypeDescription
listenerNameStringname of the listener.
columnNameStringname of a column in the result of the query.

Returns

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

Cautions

none