Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 3.31 KB

File metadata and controls

55 lines (41 loc) · 3.31 KB
title ISQLServerResultSet Interface
description ISQLServerResultSet Interface
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

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