title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
getSystemFunctions Method (SQLServerDatabaseMetaData) |
getSystemFunctions Method (SQLServerDatabaseMetaData) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerDatabaseMetaData.getSystemFunctions |
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