int findColumn(String queryName, String columnName)int findColumn(String queryName, String columnName)| Name | Type | Description |
|---|---|---|
queryName | String | name of the query. |
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. |