$sql.resultSet.isSigned

Indicates whether values in the designated column are signed numbers.
Syntax
    $sql.resultSet.isSigned{column}
    $sql.resultSet{isSigned}{column}
DocumentationIndicates whether values in the designated column are signed numbers.:

    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