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