$sql.resultSet.isCurrency

Indicates whether the designated column is a cash value.
Syntax
    $sql.resultSet.isCurrency{column}
    $sql.resultSet{isCurrency}{column}
DocumentationIndicates whether the designated column is a cash value.:

    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