Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
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