Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 final void setDateTimeOffset(int n, microsoft.sql.DateTimeOffset x)
Parameters
n
The zero-based ordinal of a column.
x
The DateTimeOffset Class object.
Exceptions
See Also
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class