Query.Statement.Metadata.getColumnCount()

Signature

int getColumnCount(String statementName)

Domain

ACTION, CONDITION

Description

Gets the number of columns in the result of the statement.

Parameters

NameTypeDescription
statementNameStringname of the statement.

Returns

TypeDescription
intnumber of columns in the result of the statement.

Cautions

none