Interfaz ISQLServerResultSet
Representa un conjunto de resultados JDBC. Esta interfaz se agregó en el controlador JDBC 3.0 de SQL Server.
Paquete: com.microsoft.sqlserver.jdbc
Extiende: java.sql.ResultSet
Sintaxis
public interface ISQLServerResultSet
Observaciones
Esta interfaz se implementa mediante la clase SQLServerResultSet.
Esta interfaz expone los métodos específicos del Microsoft JDBC Driver para SQL Server:
Método | Para obtener más información, vea |
---|---|
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 |
Esta interfaz expone los siguientes campos específicos del Microsoft JDBC Driver para SQL Server:
Campo | Para obtener más información, vea |
---|---|
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 |