| title | updateDate Method (SQLServerResultSet) |
|---|---|
| description | updateDate Method (SQLServerResultSet) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerResultSet.updateDate |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a date value.
| Name | Description |
|---|---|
| updateDate (int, java.sql.Date) | Updates the designated column with a date value given the column index. |
| updateDate (java.lang.String, java.sql.Date) | Updates the designated column with a date value given the column name. |