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