Name | Signature and Synopsis |
---|---|
findColumn | int findColumn(String queryName, String columnName) Finds the index of a column in the result of the query. |
getColumnCount | int getColumnCount(String queryName) Gets the number of columns in the result of the query. |
getColumnName | String getColumnName(String queryName, int columnIndex) Gets the name of a column in the result of the query. |
getColumnType | String getColumnType(String queryName, int columnIndex) Gets the type of a column in the result of the query. |
getText | String getText(String name) Gets the text of the query. |