Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.61 KB

File metadata and controls

46 lines (35 loc) · 1.61 KB
title getFetchDirection Method (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerResultSet.getFetchDirection
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 5ab385c2-e18c-4b75-ac2d-2402af5c52a5
author David-Engel
ms.author v-daenge

getFetchDirection Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Retrieves the fetch direction for this SQLServerResultSet object.

Syntax

  
public int getFetchDirection()  

Return Value

An int that indicates the current fetch direction.

Exceptions

SQLServerException

Remarks

This getFetchDirection method is specified by the getFetchDirection method in the java.sql.ResultSet interface.

This method returns FETCH_FORWARD for forward-only cursors, the last setting made by a call to the setFetchDirection method for other cursor types, and will return FETCH_UNKNOWN these cursor types if the setFetchDirection method has never been called.

See Also

SQLServerResultSet Members
SQLServerResultSet Class