$sql.resultSet.getColumnCount

Returns the number of columns in this ResultSet object.
Syntax
    $sql.resultSet.getColumnCount{}
    $sql.resultSet{getColumnCount}
DocumentationReturns the number of columns in this ResultSet object.:

    Paramter:
      none
    Returns:
      the number of columns
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 0