Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.51 KB

File metadata and controls

56 lines (43 loc) · 1.51 KB
title updateDate Method (java.lang.String, java.sql.Date) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerResultSet.updateDate (java.lang.String, java.sql.Date)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 4fbe9123-7365-4a8f-bbd5-dc2b16f1b231
caps.latest.revision 8
author MightyPen
ms.author genemi
manager jhubbard

updateDate Method (java.lang.String, java.sql.Date)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a date value given the column name.

Syntax

  
public void updateDate(java.lang.String columnName,  
                       java.sql.Date x)  

Parameters

columnName

A String that contains the column name.

x

A date value.

Exceptions

SQLServerException

Remarks

This updateDate method is specified by the updateDate method in the java.sql.ResultSet interface.

See Also

updateDate Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class