| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 4fbe9123-7365-4a8f-bbd5-dc2b16f1b231 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a date value given the column name.
public void updateDate(java.lang.String columnName,
java.sql.Date x)
columnName
A String that contains the column name.
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