Toggle navigation
CiviCRM 5.20
Classes
Namespaces
Interfaces
Traits
Index
Search
Namespace
Civi
\
Core
\
Transaction
\
Civi\Core\Transaction
Classes
Frame
A "frame" is a layer in a series of nested transactions. Generally, the outermost frame is a normal SQL transaction (BEGIN/ROLLBACK/COMMIT) and any nested frames are SQL savepoints (SAVEPOINT foo/ROLLBACK TO SAVEPOINT).
Manager