public abstract int getResultSetConcurrency () throws SQLException

Retrieves the result set concurrency for ResultSet objects generated by this Statement object.

Returns:  either ResultSet.CONCUR_READ_ONLY or ResultSet.CONCUR_UPDATABLE

Exceptions:
SQLException    if a database access error occurs or this method is called on a closed Statement

Since:  1.2