ResultSetMetaData.isAutoIncrement
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract boolean isAutoIncrement( int column ) throws SQLException
Parameters
-  column 
-  the first column is 1, the second is 2, ...
    
Returns
     true if so
    Description
 Is the column automatically numbered, thus read-only?
  
Exceptions
 SQLException
     if a database-access error occurs.