Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
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.