Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.46 KB

File metadata and controls

45 lines (35 loc) · 1.46 KB
title getTimeDateFunctions Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDatabaseMetaData.getTimeDateFunctions
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid a56e08ae-6f4e-4dc6-b175-ff457d0d7a81
author David-Engel
ms.author v-daenge

getTimeDateFunctions Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves a comma-separated list of the time and date functions that are available with this database.

Syntax

  
public java.lang.String getTimeDateFunctions()  

Return Value

A String that contains a list of the time and date functions.

Exceptions

SQLServerException

Remarks

This getTimeDateFunctions method is specified by the getTimeDateFunctions method in the java.sql.DatabaseMetaData interface.

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class