Query.Metadata.getColumnCount()

Signature

int getColumnCount(String queryName)

Domain

ACTION, CONDITION

Description

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

Parameters

NameTypeDescription
queryNameStringname of the query.

Returns

TypeDescription
intnumber of columns in the result of the query.

Cautions

none