Retrieves the SQL type of the designated column.
public int getColumnType(int column)
Parameters
column
An integer that indicates the column index.
Return Value
An integer that indicates the JDBC type as defined in java.sql.Types.
Exceptions
Remarks
This getColumnType method is specified by the getColumnType method in the java.sql.ResultSetMetaData interface.