Indicates whether it is possible for a write on the designated column to succeed.

public boolean isWritable(int column)

Parameters

column

An integer that indicates the column index.

Return Value

True if writes will succeed on the column. Otherwise, false.

Exceptions

SQLServerException

Remarks

This isWritable method is specified by the isWritable method in the java.sql.ResultSetMetaData interface.

See Also