Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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(String columnName)
Parameters
columnName
The name of the column.
Return Value
A DateTimeOffset Class object.
Exceptions
Remarks
You can update a DateTimeOffset Class value with SQLServerResultSet.updateDateTimeOffset.