rollback

abstract suspend fun rollback()

Reverts all changes since the last commit or rollback operation.


abstract suspend fun rollback(savepoint: ExposedSavepoint)

Reverts all changes since the specified savepoint was set.