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 column as a DateTimeOffset Class object in the Java programming language given the parameter index.
Syntax
public microsoft.sql.DateTimeOffset getDateTimeOffset(int columnIndex)
Parameters
columnIndex
The column ordinal.
Return Value
A DateTimeOffset Class object.
Exceptions
Remarks
You can update a DateTimeOffset Class value with SQLServerResultSet.updateDateTimeOffset.