getNumericFunctions()

Syntax:

String getNumericFunctions()
                           throws SQLException

Description:

Retrieves 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.

Returns:

the list of math functions supported by this database

Throws:

SQLException - if a database access error occurs