$sql.resultSet.isWritable

Indicates whether it is possible for a write on the designated column to succeed.
Syntax
    $sql.resultSet.isWritable{column}
    $sql.resultSet{isWritable}{column}
DocumentationIndicates whether it is possible for a write on the designated column to succeed.:

    Paramter:
      column - the first column is 1, the second is 2, ...
    Returns:
      1 if so; 0 otherwise
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1