Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.57 KB

File metadata and controls

53 lines (43 loc) · 1.57 KB
title getSystemFunctions Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerDatabaseMetaData.getSystemFunctions
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 6d390ec5-9ee2-49c4-b661-a93b55691dd1
caps.latest.revision 8
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

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