Query.Metadata.getColumnType()

Signature

String getColumnType(String queryName, int columnIndex)

Domain

ACTION, CONDITION

Description

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

Parameters

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

Returns

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

Cautions

none