Query.ResultSet.Metadata

Description

Functions to inspect the metadata of a ruleset.

Functions

NameSignature and Synopsis
findColumnint findColumn(String resultSetName, String columnName)
Finds the index of a column in the result set.
getColumnCountint getColumnCount(String resultSetName)
Gets the number of columns in the result set.
getColumnNameString getColumnName(String resultSetName, int columnIndex)
Gets the name of a column in the result set.
getColumnTypeString getColumnType(String resultSetName, int columnIndex)
Gets the type of a column in the result set.
getQueryNameString getQueryName(String resultSetName)
Gets the name of the query used to build the statement that owns the result set.
getStatementNameString getStatementName(String resultsetName)
Gets the name of the statement that owns the result set.