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