Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.33 KB

getnumericfunctions-method-sqlserverdatabasemetadata.md

File metadata and controls

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