Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.48 KB

File metadata and controls

52 lines (39 loc) · 1.48 KB
title updateDate Method (java.lang.String, java.sql.Date) | 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 (java.lang.String, java.sql.Date)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 4fbe9123-7365-4a8f-bbd5-dc2b16f1b231
author David-Engel
ms.author v-daenge

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