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 |
[!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