Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException if an error occurs accessing the database. Java.Sql.SQLException if there is an error while accessing the database or if the fetch direction is unrecognized.
Get method documentation [Android Documentation]
Gets the default direction for fetching rows for ResultSets
generated from this statement.
Set method documentation [Android Documentation]
Sets the fetch direction - a hint to the JDBC driver about the direction
of processing of rows in ResultSets created by this statement.
The default fetch direction is FETCH_FORWARD.