$sql.resultSet.getCatalogName

Gets the designated column's table's catalog name.
Syntax
    $sql.resultSet.getCatalogName{column}
    $sql.resultSet{getCatalogName}{column}
DocumentationGets the designated column's table's catalog name.:

    Paramter:
      column - the first column is 1, the second is 2, ...
    Returns:
      the name of the catalog for the table in which the given column appears or "" if not applicable
    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