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