public abstract boolean isDefinitelyWritable (int column) throws SQLException

Indicates whether a write on the designated column will definitely succeed.

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