Freigeben über


getSystemFunctions Method (SQLServerDatabaseMetaData)

Retrieves a comma-separated list of system functions that are available with this database.

public java.lang.String getSystemFunctions()

Rückgabewert

A String that contains the list of system functions.

Ausnahmen

SQLServerException

Hinweise

This getSystemFunctions method is specified by the getSystemFunctions method in the java.sql.DatabaseMetaData interface.

Siehe auch

Verweis

SQLServerDatabaseMetaData Class

Konzepte

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members