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