String getColumnName(String queryName, int columnIndex)String getColumnName(String queryName, int columnIndex)| Name | Type | Description |
|---|---|---|
queryName | String | name of the query. |
columnIndex | int | index of a column in the result of the query. |
| Type | Description |
|---|---|
String | name of that column or null if the column was not found. |