$sql.metaData.getSQLKeywords

Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL92 keywords.
Syntax
    $sql.metaData.getSQLKeywords{jdbcProfileName}
DocumentationRetrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL92 keywords.:

    Paramter:
      Requieres one parameter, this is your JDBC profile name.
    Returns:
      Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL92 keywords.
    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