getSystemFunctions()
Syntax:
String getSystemFunctions() throws SQLException
Description:
Retrieves a comma-separated list of system functions available with this database. These are the Open Group CLI system function names used in the JDBC function escape clause.
Returns:
a list of system functions supported by this database
Throws:
SQLException - if a database access error occurs