$sql.resultSet.isDefinitelyWritable

Indicates whether a write on the designated column will definitely succeed.
Syntax
    $sql.resultSet.isDefinitelyWritable{column}
    $sql.resultSet{isDefinitelyWritable}{column}
DocumentationIndicates whether a write on the designated column will definitely 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