int findColumn(String resultSetName, String columnName)
int findColumn(String resultSetName, String columnName)
Name | Type | Description |
---|---|---|
resultSetName | String | name of the result set. |
columnName | String | name of a column in the result of the query. |
Type | Description |
---|---|
int | index of that column or -1 if the column was not found. |