Methods - cDbTransactionManager¶
Include: Use Db\cDbTransactionManager.pkg
This page lists the methods - cdbtransactionmanager documented for this class.
- BeginTransaction - Begins or nests a transaction and increments the transaction ID at the outermost level.
- CommitTransaction - Commits the current transaction and notifies subscribers.
- RollbackTransaction - Rolls back the current transaction and resets subscribers and depth.
- Subscribe - Subscribes a driver to transaction callbacks.
- IsInTransaction - Returns true when transaction depth is greater than zero.