ISQLServerResultSet-Schnittstelle

JDBC-Treiber herunterladen

Stellt ein JDBC-Resultset dar. Diese Schnittstelle wurde im JDBC-Treiber 3.0 für SQL Server hinzugefügt.

Paket: com.microsoft.sqlserver.jdbc

Erweitert: java.sql.ResultSet

Syntax

  
public interface ISQLServerResultSet  

Bemerkungen

Diese Schnittstelle wird von der Klasse SQLServerResultSet implementiert.

Diese Schnittstelle macht die Microsoft JDBC-Treiber für SQL Server-spezifischen Methoden verfügbar:

Methode Weitere Informationen finden Sie unter
public microsoft.sql.DateTimeOffset getDateTimeOffset(int) getDateTimeOffset
public microsoft.sql.DateTimeOffset getDateTimeOffset(String) getDateTimeOffset
public void updateDateTimeOffset(int, microsoft.sql.DateTimeOffset) updateDateTimeOffset
public void updateDateTimeOffset(String, microsoft.sql.DateTimeOffset) updateDateTimeOffset

Diese Schnittstelle macht die folgenden Microsoft JDBC-Treiber für SQL Server-spezifischen Felder verfügbar:

Feld Weitere Informationen finden Sie unter
public static final int CONCUR_SS_OPTIMISTIC_CC CONCUR_SS_OPTIMISTIC_CC
public static final int CONCUR_SS_OPTIMISTIC_CCVAL CONCUR_SS_OPTIMISTIC_CCVAL
public static final int CONCUR_SS_SCROLL_LOCKS CONCUR_SS_SCROLL_LOCKS
public static final int TYPE_SS_DIRECT_FORWARD_ONLY TYPE_SS_DIRECT_FORWARD_ONLY
public static final int TYPE_SS_SCROLL_DYNAMIC TYPE_SS_SCROLL_DYNAMIC
public static final int TYPE_SS_SCROLL_KEYSET TYPE_SS_SCROLL_KEYSET
public static final int TYPE_SS_SCROLL_STATIC TYPE_SS_SCROLL_STATIC
public static final int TYPE_SS_SERVER_CURSOR_FORWARD_ONLY TYPE_SS_SERVER_CURSOR_FORWARD_ONLY

Weitere Informationen

API-Referenz für den JDBC-Treiber