title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic |
---|---|---|---|---|---|---|---|
updateDateTimeOffset (SQLServerResultSet) |
updateDateTimeOffset (SQLServerResultSet) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
[!INCLUDEDriver_JDBC_Download]
This method was added in [!INCLUDEmsCoName] [!INCLUDEssNoVersion] JDBC Driver 3.0.
Updates the value of the column specified to a DateTimeOffset Class value.
Name | Description |
---|---|
updateDateTimeOffset(int, microsoft.sql.DateTimeOffset) | Updates the value of the column specified to the DateTimeOffset Class value, given a zero-based column ordinal. |
updateDateTimeOffset(string, microsoft.sql.DateTimeOffset) | Updates the value of the column specified to the DateTimeOffset Class value, given a column name. |