Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.56 KB

getfetchdirection-method-sqlserverstatement.md

File metadata and controls

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