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