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