Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 3.44 KB

File metadata and controls

58 lines (44 loc) · 3.44 KB
title ISQLServerResultSet Interface | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid 002496f7-8ec0-4267-b4e6-ba095e2ef306
author David-Engel
ms.author v-daenge

ISQLServerResultSet Interface

[!INCLUDEDriver_JDBC_Download]

Represents a JDBC result set. This interface was added in [!INCLUDEssNoVersion] JDBC Driver 3.0.

Package: com.microsoft.sqlserver.jdbc

Extends: java.sql.ResultSet

Syntax

  
public interface ISQLServerResultSet  

Remarks

This interface is implemented by SQLServerResultSet Class.

This interface exposes the [!INCLUDEjdbcNoVersion]-specific methods:

Method For more information, see
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

This interface exposes the following [!INCLUDEjdbcNoVersion]-specific fields:

Field For more information, see
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

See Also

JDBC Driver API Reference