Column.getWriteAllowed

Overview | Methods | This Package | All Packages

Column.getWriteAllowed

Retrieves a boolean value indicating whether the underlying field supports write operations.

Syntax

public boolean getWriteAllowed()

Return Value

Returns true if the underlying field can be written to; otherwise, returns false. If it cannot be determined whether the field can be written to, true is returned.

See Also   getReadOnly