| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | c5fb1292-a5cf-4cdd-8c4a-d1679944a6d0 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a date value given the column index.
public void updateDate(int index,
java.sql.Date x)
index
An int that indicates the column index.
x
A date value.
This updateDate method is specified by the updateDate method in the java.sql.ResultSet interface.
updateDate Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class