Hitachi

Hitachi Advanced Database Application Development Guide


8.6.4 autoCommitFailureClosesAllResultSets()

Organization of this subsection

(1) Function

This method returns a value indicating whether all open ResultSet objects are to be closed if an SQLException occurs while the automatic commit mode is enabled.

(2) Format

public synchronized boolean autoCommitFailureClosesAllResultSets() throws SQLException

(3) Arguments

None.

(4) Return value

The method always returns false.

(5) Exceptions

If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.