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.
Retrieves the value of the designated parameter as a DateTimeOffset Class object in the Java programming language given the parameter index.
You can set a DateTimeOffset Class parameter value with SQLServerCallableStatement.setDateTimeOffset.
Overload List
Name | Description |
---|---|
getDateTimeOffset(int) | Retrieves the value of the designated parameter as a DateTimeOffset Class object in the Java programming language given the parameter index. |
getDateTimeOffset(String) | Retrieves the value of the designated parameter as a DateTimeOffset Class object in the Java programming language given the parameter index. |
See Also
SQLServerCallableStatement Members
SQLServerCallableStatement Class