public abstract void rollback (Savepoint s) throws SQLException

Undoes all changes made in the current transaction made prior to the given Savepoint object. This method should be used only when auto-commit mode has been disabled.

Parameters:
s    a Savepoint object marking a savepoint in the current transaction. All changes made before s was set will be undone. All changes made after s was set will be made permanent.

Exceptions:
SQLException    if a database access error occurs or the Connection object within this CachedRowSet object is in auto-commit mode