Query.ResultSet.Metadata.getColumnType()

Signature

String getColumnType(String resultSetName, int columnIndex)

Domain

condition, action

Description

Gets the type of a column in the result set.

Parameters

NameTypeDescription
resultSetNameStringname of the result set.
columnIndexintindex of a column in the result set.

Returns

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

Cautions

none