String getColumnName(String listenerName, int columnIndex)
String getColumnName(String listenerName, int columnIndex)
Name | Type | Description |
---|---|---|
listenerName | String | name of the listener. |
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. |