Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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.