Query.Callback.Metadata.getColumnType()

Signature

String getColumnType(String listenerName, int columnIndex)

Domain

condition, action

Description

Gets the type of a column in the listener.

Parameters

NameTypeDescription
listenerNameStringname of the listener.
columnIndexintindex of a column in the listener.

Returns

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

Cautions

none