Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.32 KB

getsystemfunctions-method-sqlserverdatabasemetadata.md

File metadata and controls

40 lines (30 loc) · 1.32 KB
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

getSystemFunctions Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public java.lang.String getSystemFunctions()  

Return Value

A String that contains the list of system functions.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class