$sql.metaData.storesMixedCaseIdentifiers

Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case.
Syntax
    $sql.metaData.storesMixedCaseIdentifiers{jdbcProfileName}
DocumentationRetrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case.:

    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