- type
- the ResultSet type, as defined in java.sql.ResultSet:
- ResultSet.TYPE_FORWARD_ONLY
- ResultSet.TYPE_SCROLL_INSENSITIVE
- ResultSet.TYPE_SCROLL_SENSITIVE
- concurrency
- a concurrency type, which may be one of ResultSet.CONCUR_READ_ONLY or ResultSet.CONCUR_UPDATABLE.
Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException a database error occurred.
Determines whether there is support for a given concurrency style for the given ResultSet.