| Name | Signature and Synopsis |
|---|---|
findColumn | int findColumn(String statementName, String columnName)Finds the index of a column in the result of the statement. |
getColumnCount | int getColumnCount(String statementName)Gets the number of columns in the result of the statement. |
getColumnName | String getColumnName(String statementName, int columnIndex)Gets the name of a column in the result of the statement. |
getColumnType | String getColumnType(String statementName, int columnIndex)Gets the type of a column in the result set. |
getQueryName | String getQueryName(String statementName)Gets the name of the query that owns the statement. |