TransactionSetSavePoint()
Saves a specific state within a transaction
TransactionSetSavePoint( savepoint=string );
Returns: void
Argument | Description |
---|---|
savepoint
string,
optional
|
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 18,994ms WARN No examples for function transactionsetsavepointSee also
- ORM
- Queries
- TransactionCommit()
- TransactionRollback()
- <cftransaction>
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)