$sql.metaData.isCatalogAtStart

Retrieves whether a catalog appears at the start of a fully qualified table name.
Syntax
    $sql.metaData.isCatalogAtStart{jdbcProfileName}
DocumentationRetrieves whether a catalog appears at the start of a fully qualified table name. If not, the catalog appears at the end.:

    Paramter:
      Requieres one parameter, this is your JDBC profile name.
    Returns:
      1 if the catalog name appears at the beginning of a fully qualified table name; 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