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.
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. |
SQLException | if a database access error occurs or the Connection
object within this CachedRowSet object is in auto-commit mode |
Diagram: Reader, Writer