共用方式為


getSystemFunctions Method (SQLServerDatabaseMetaData)

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.

例外狀況

SQLServerException

備註

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

另請參閱

參考

SQLServerDatabaseMetaData Class

概念

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members