הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
This method was added in Microsoft SQL Server JDBC Driver 3.0.
Updates the value of the column specified to the DateTimeOffset Class value, given a column name.
Syntax
public void updateDateTimeOffset(String columnName, microsoft.sql.DateTimeOffset x)
Parameters
columnName
The name of a column.
x
A DateTimeOffset Class object.
Exceptions
Remarks
You can retrieve a DateTimeOffset Class value with SQLServerResultSet.getDateTimeOffset.
See Also
updateDateTimeOffset (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class