Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.67 KB

File metadata and controls

47 lines (36 loc) · 1.67 KB
title getFetchDirection Method (SQLServerStatement) | 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
SQLServerStatement.getFetchDirection
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid ceb4ae68-decc-46d3-83f1-0bbd23aaf58c
author David-Engel
ms.author v-daenge

getFetchDirection Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Retrieves the direction for fetching rows from database tables that is the default for result sets that are generated from this SQLServerStatement object.

Note

This method is not currently implemented by the [!INCLUDEjdbcNoVersion]. Therefore, it will always return FETCH_UNKNOWN.

Syntax

  
public final int getFetchDirection()  

Return Value

An int that indicates the fetch direction that is specified by the setFetchDirection method.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerStatement Members
SQLServerStatement Class