Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
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.