Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.56 KB

File metadata and controls

42 lines (31 loc) · 1.56 KB
title getFetchDirection Method (SQLServerStatement)
description getFetchDirection Method (SQLServerStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerStatement.getFetchDirection
apitype Assembly

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