Lucee Function Reference

transactionrollback()

rolls back a pending transaction

Example

transactionrollback([string savepoint]):void

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
savepoint string  No name of the savepoint to roll back to, if not set, simpy roles back to to the latest savepoint set without a name and if no savepoint is set, it roles back the complete transaction.