rollback

open override fun rollback()

Rolls back the current transaction, discarding all changes made within it.


open override fun rollback(savepoint: OctaviusSavepoint)

Rolls back the transaction to the state at the time the given savepoint was created.

Parameters

savepoint

The savepoint to roll back to.