Query.Metadata

Description

Functions to inspect the metadata of a query.

Functions

NameSignature and Synopsis
findColumnint findColumn(String queryName, String columnName)
Finds the index of a column in the result of the query.
getColumnCountint getColumnCount(String queryName)
Gets the number of columns in the result of the query.
getColumnNameString getColumnName(String queryName, int columnIndex)
Gets the name of a column in the result of the query.
getColumnTypeString getColumnType(String queryName, int columnIndex)
Gets the type of a column in the result of the query.
getTextString getText(String name)
Gets the text of the query.