Compartir a través de


getSystemFunctions Method (SQLServerDatabaseMetaData)

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

public java.lang.String getSystemFunctions()

Valor devuelto

A String that contains the list of system functions.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members