Each
JdbcRowSet
contains a
Connection
object from the
ResultSet
or JDBC properties passed to it's constructors. This method wraps the
Connection
commit method to allow flexible auto commit or non auto commit transactional control support.
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object. This method should be used only when auto-commit mode has been disabled.
@throws SQLException if a database access error occurs or thisConnection object within this JdbcRowSet
is in auto-commit mode
@see java.sql.Connection#setAutoCommit