Retrieves the result set concurrency for ResultSet
objects
generated by this Statement
object.
ResultSet.CONCUR_READ_ONLY
or
ResultSet.CONCUR_UPDATABLE
SQLException | if a database access error occurs or
this method is called on a closed Statement |
Diagram: Statement