Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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