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