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