| 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 |
[!INCLUDEDriver_JDBC_Download]
Retrieves a comma-separated list of math functions that are available with this database.
public java.lang.String getNumericFunctions()
A String that contains the available math functions.
This getNumericFunctions method is specified by the getNumericFunctions method in the java.sql.DatabaseMetaData interface.
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class