Indicates whether the designated column is definitely not writable.

public boolean isReadOnly(int column)

Parameters

column

An integer that indicates the column index.

Return Value

True if the column is read-only. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also