ISQLServerResultSet-Schnittstelle

Stellt ein JDBC-Resultset dar. Die Schnittstelle wurde in SQL Server JDBC Driver 3.0 hinzugefügt.

Paket: com.microsoft.sqlserver.jdbc

Erweitert: java.sql.ResultSet

Syntax

public interface ISQLServerResultSet

Hinweise

Diese Schnittstelle wird durch SQLServerResultSet-Klasse implementiert.

Diese Schnittstelle legt die folgenden SQL Server JDBC Driver-spezifischen Methoden dar:

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 legt die folgenden SQL Server JDBC Driver-spezifischen Felder dar:

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

Siehe auch

Konzepte

API-Referenz für JDBC Driver