Rolls back a transaction.
public function UnbDatabase::RollBack ();
true
, if successful, false
otherwise.
If the transaction counter is greater than 1, the transaction is not actually rolled back. It is the callers' responsibility to pass on the error condition and call RollBack() as often as required to really roll back the transaction.
BadMethodCallException | If not in a transaction. |
Member of class: UnbDatabase
Implementation file: database.class.php, line 491
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-06.