| title | updateDate Method (java.lang.String, java.sql.Date) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| ms.prod_service | drivers | |
| ms.service | ||
| ms.component | jdbc | |
| ms.reviewer | ||
| ms.suite | sql | |
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | article | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 4fbe9123-7365-4a8f-bbd5-dc2b16f1b231 | |
| caps.latest.revision | 8 | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | craigg | |
| ms.workload | Inactive |
[!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