Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.15 KB

updatedate-method-sqlserverresultset.md

File metadata and controls

30 lines (24 loc) · 1.15 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
updateDate Method (SQLServerResultSet)
updateDate Method (SQLServerResultSet)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.updateDate
Assembly

updateDate Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a date value.

Overload List

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.

See Also

SQLServerResultSet Members
SQLServerResultSet Class