Hitachi

Hitachi Advanced Database Application Development Guide


8.3.26 getResultSetConcurrency()

Organization of this subsection

(1) Function

This method acquires the concurrent processing mode for a ResultSet object that is created from this Statement object.

(2) Format

public synchronized int getResultSetConcurrency() throws SQLException

(3) Arguments

None.

(4) Return value

This method always returns ResultSet.CONCUR_READ_ONLY.

(5) Exceptions

The JDBC driver throws an SQLException in the following cases: