$sql.metaData.supportsSchemasInProcedureCalls

Retrieves whether a schema name can be used in a procedure call statement.
Syntax
    $sql.metaData.supportsSchemasInProcedureCalls{jdbcProfileName}
DocumentationRetrieves whether a schema name can be used in a procedure call statement.:

    Paramter:
      Requieres one parameter, this is your JDBC profile name.
    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