Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.42 KB

File metadata and controls

52 lines (39 loc) · 1.42 KB
title updateDate Method (int, 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 (int, java.sql.Date)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid c5fb1292-a5cf-4cdd-8c4a-d1679944a6d0
author David-Engel
ms.author v-daenge

updateDate Method (int, java.sql.Date)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void updateDate(int index,  
                       java.sql.Date x)  

Parameters

index

An int that indicates the column index.

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