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