TransactionSetSavePoint()
Saves a specific state within a transaction
TransactionSetSavePoint( savepoint=string );
Returns: void
| Argument | Description |
|---|---|
|
savepoint
string,
optional
|
edit
name of the savepoint to set, this argument is optional, if set it creates an unnamed savepoint. |
Examples
There are currently no examples for this function 40,945ms WARN No examples for function transactionSetsavepointSee also
- ORM
- Queries
- TransactionCommit()
- TransactionRollback()
- <cftransaction>
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)