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