DatabaseMetaData.getSystemFunctions

DatabaseMetaData.getSystemFunctions

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract String getSystemFunctions() throws SQLException
Returns
the list
Description
Get a comma separated list of system functions.

Exceptions
SQLException if a database-access error occurs.