private static property Transaction::$AllowCommit in Transaction 6
Same name and namespace in other branches
- 5 transaction.module \Transaction::AllowCommit
Will the commit be allowed?
File
- ./
transaction.module, line 18 - Provides a database transaction system for use with InnoDB tables in MySQL.
Class
- Transaction
- Provides a nestable transaction system for handling commits and rollbacks.
Code
private static $AllowCommit = TRUE;