Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 2.49 KB

File metadata and controls

37 lines (31 loc) · 2.49 KB
title getDate Method (SQLServerResultSet) | 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
SQLServerResultSet.getDate
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid efb17208-4cd3-4aa8-a39b-e169b414758c
author David-Engel
ms.author v-daenge

getDate Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a java.sql.Date object in the Java programming language.

Overload List

Name Description
getDate Method (int) Retrieves the value of the designated column index in the current row of this SQLServerResultSet object as a java.sql.Date object in the Java programming language.
getDate (int, java.util.Calendar) Retrieves the value of the designated column index in the current row of this SQLServerResultSet object as a java.sql.Date object in the Java programming language, using the given Calendar object.
getDate (java.lang.String) Retrieves the value of the designated column name in the current row of this SQLServerResultSet object as a java.sql.Date object in the Java programming language.
getDate (java.lang.String, java.util.Calendar) Retrieves the value of the designated column name in the current row of this SQLServerResultSet object as a java.sql.Date object in the Java programming language, using the given Calendar object.

See Also

SQLServerResultSet Members
SQLServerResultSet Class