| title | getSystemFunctions Method (SQLServerDatabaseMetaData) |
|---|---|
| description | getSystemFunctions Method (SQLServerDatabaseMetaData) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerDatabaseMetaData.getSystemFunctions |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Retrieves a comma-separated list of system functions that are available with this database.
public java.lang.String getSystemFunctions()
A String that contains the list of system functions.
This getSystemFunctions method is specified by the getSystemFunctions method in the java.sql.DatabaseMetaData interface.
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class