$sql.metaData.getNumericFunctions

Retrieves a comma-separated list of math functions available with this database.
Syntax
    $sql.metaData.getNumericFunctions{jdbcProfileName}
DocumentationRetrieves a comma-separated list of math functions available with this database. These are the Open /Open CLI math function names used in the JDBC function escape clause.:

    Paramter:
      Requieres one parameter, this is your JDBC profile name.
    Returns:
      the list of math functions supported by this database
    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