Table of Contents
abort -- abort the current transaction
abort [transaction]
This command aborts the current transaction and causes
all the updates made by the transaction to be discarded. abort is functionally
equivalent to rollback.
begin(l)
, end(l)
, rollback(l)
.
Table of Contents