Query.Statement.Metadata.getColumnType()

Signature

String getColumnType(String statementName, int columnIndex)

Domain

ACTION, CONDITION

Description

Gets the type of a column in the statement.

Parameters

NameTypeDescription
statementNameStringname of the statement.
columnIndexintindex of a column in the statement.

Returns

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

Cautions

none