ResultSetMetaData.getColumnType
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract int getColumnType( int column ) throws SQLException
Parameters
-  column 
-  the first column is 1, the second is 2, ...
    
Returns
     SQL type
    Description
 What's a column's SQL type?
  
Exceptions
 SQLException
     if a database-access error occurs.
    
See Also
     Types