Lucee Function Reference

transactionsetsavepoint()

Saves a specific state within a transaction

Example

transactionsetsavepoint([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 set, this argument is optional, if ot set it creates a unnamed savepoint.