
Public Member Functions | ||||
| __construct (DB $db) | ||||
| getId () | ||||
| setId ($id) | ||||
| add (Query $query) | ||||
| ||||
| flush () | ||||
| ||||
| toDialectString (Dialect $dialect) | ||||
| toString () | ||||
Private Attributes | ||||
| $queue = null | ||||
Definition at line 20 of file TransactionQueue.class.php.
| TransactionQueue::__construct | ( | DB $ | db | ) |
| TransactionQueue::getId | ( | ) |
| TransactionQueue::setId | ( | $ | id | ) |
| TransactionQueue::add | ( | Query $ | query | ) |
| TransactionQueue::flush | ( | ) |
| DatabaseException |
Reimplemented from BaseTransaction.
Definition at line 54 of file TransactionQueue.class.php.
References BaseTransaction::getBeginString().

| TransactionQueue::toDialectString | ( | Dialect $ | dialect | ) |
| TransactionQueue::toString | ( | ) |
Implements Stringable.
Definition at line 74 of file TransactionQueue.class.php.
References ImaginaryDialect::me().

TransactionQueue::$queue = null [private] |
Definition at line 22 of file TransactionQueue.class.php.
1.5.4