getFetchDirection Method (SQLServerStatement)
SQL Server 2012
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 Microsoft JDBC Driver for SQL Server. Therefore, it will always return FETCH_UNKNOWN. |
An int that indicates the fetch direction that is specified by the setFetchDirection method.

Note