Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.26 KB

File metadata and controls

35 lines (29 loc) · 1.26 KB
title updateDate 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.updateDate
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid fbc70604-519d-461c-a8fa-e0a072d28a54
author David-Engel
ms.author v-daenge

updateDate Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a date value.

Overload List

Name Description
updateDate (int, java.sql.Date) Updates the designated column with a date value given the column index.
updateDate (java.lang.String, java.sql.Date) Updates the designated column with a date value given the column name.

See Also

SQLServerResultSet Members
SQLServerResultSet Class