Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.33 KB

File metadata and controls

40 lines (30 loc) · 1.33 KB
title getNumericFunctions Method (SQLServerDatabaseMetaData)
description getNumericFunctions Method (SQLServerDatabaseMetaData)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerDatabaseMetaData.getNumericFunctions
apitype Assembly

getNumericFunctions Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public java.lang.String getNumericFunctions()  

Return Value

A String that contains the available math functions.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class