Retrieves the direction for fetching rows from
database tables that is the default for result sets
generated from this Statement object.
If this Statement object has not set
a fetch direction by calling the method setFetchDirection,
the return value is implementation-specific.
Statement object
SQLException | if a database access error occurs or
this method is called on a closed Statement |
setFetchDirection
Diagram: Statement