Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.5 KB

File metadata and controls

49 lines (39 loc) · 1.5 KB
title getNumericFunctions Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.suite sql
ms.technology connectivity
ms.tgt_pltfrm
ms.topic conceptual
apiname
SQLServerDatabaseMetaData.getNumericFunctions
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 8d1c3848-bdb7-452a-862f-6421e1a7ce8b
caps.latest.revision 8
author MightyPen
ms.author genemi
manager craigg

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