Each
CachedRowSet
object's
SyncProvider
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 that are performed by the acceptChanges()
method since the previous commit/rollback permanent. 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 CachedRowSet
is in auto-commit mode
@see java.sql.Connection#setAutoCommit