Hitachi

Hitachi Advanced Database Application Development Guide


8.2.4 commit()

Organization of this subsection

(1) Function

This method applies all changes made since the most recent commit or rollback.

If this method is called while the automatic commit mode is enabled, the method performs commit processing without throwing an exception.

(2) Format

public synchronized void commit() throws SQLException

(3) Arguments

None.

(4) Return value

None.

(5) Exceptions

The JDBC driver throws an SQLException in the following cases:

(6) Notes