TransactionHandler
TransactionHandler.php
:
14
The Persistence Transaction handler for Storage Engine.
Methods¶
beginTransaction() ¶
TransactionHandler.php
:
22
Begin transaction.
|
|
Begins an transaction, make sure you'll call commit or rollback when done, otherwise work will be lost.
commit() ¶
TransactionHandler.php
:
31
Commit transaction.
|
|
Commit transaction, or throw exceptions if no transactions has been started.
Tags
rollback() ¶
TransactionHandler.php
:
40
Rollback transaction.
|
|
Rollback transaction, or throw exceptions if no transactions has been started.