Retrieves the result set type for ResultSet
objects
generated by this Statement
object.
ResultSet.TYPE_FORWARD_ONLY
,
ResultSet.TYPE_SCROLL_INSENSITIVE
, or
ResultSet.TYPE_SCROLL_SENSITIVE
SQLException | if a database access error occurs or
this method is called on a closed Statement |
Diagram: Statement