Expand Minimize
This topic has not yet been rated - Rate this topic

getFetchDirection Method (SQLServerStatement)

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

Note Note

This method is not currently implemented by the Microsoft JDBC Driver for SQL Server. Therefore, it will always return FETCH_UNKNOWN.


public final int getFetchDirection()

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

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.