Query.ResultSet.Metadata.getColumnCount()

Signature

int getColumnCount(String resultSetName)

Domain

ACTION, CONDITION

Description

Gets the number of columns in the result set.

Parameters

NameTypeDescription
resultSetNameStringname of the result set.

Returns

TypeDescription
intnumber of columns in the result set.

Cautions

none