Starts a new transaction.
public function UnbDatabase::StartTransaction ($lock = false);
true
, if successful, false
otherwise.
If a transaction is already started, only the counter is increased by 1, but no real nested transaction is started.
BadMethodCallException | When trying to acquire a lock for the transaction if a transaction has already started. |
Member of class: UnbDatabase
Implementation file: database.class.php, line 379
© 2010 Yves Goergen. UNB Components Homepage. Reference generated on 2010-03-07.