Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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