public abstract boolean isAutoIncrement (int column) throws SQLException

Indicates whether the designated column is automatically numbered.

Parameters:
column    the first column is 1, the second is 2, ...

Returns:  true if so; false otherwise

Exceptions:
SQLException    if a database access error occurs