TransactionRollback()
rolls back a pending transaction
TransactionRollback( savepoint=string );
Returns: void
| Argument | Description |
|---|---|
|
savepoint
string,
optional
|
edit
name of the savepoint to roll back to, if not set, simply roles back to the latest savepoint set without a name and if no savepoint is set, it roles back the complete transaction. |
Examples
There are currently no examples for this function 38,375ms WARN No examples for function transactionRollbackSee also
- ORM
- Queries
- TransactionCommit()
- TransactionSetSavePoint()
- <cftransaction>
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)