
Public Member Functions | |
| __destruct () | |
| setDB (DB $db) | |
| |
| isStarted () | |
| add (Query $query) | |
| |
| flush () | |
| |
Private Attributes | |
| $started = false | |
Definition at line 18 of file DBTransaction.class.php.
| DBTransaction::__destruct | ( | ) |
Definition at line 22 of file DBTransaction.class.php.
References isStarted().

| DBTransaction::setDB | ( | DB $ | db | ) |
Reimplemented from BaseTransaction.
Definition at line 31 of file DBTransaction.class.php.
References isStarted().

| DBTransaction::isStarted | ( | ) |
Definition at line 41 of file DBTransaction.class.php.
Referenced by __destruct(), add(), and setDB().
| DBTransaction::add | ( | Query $ | query | ) |
Definition at line 49 of file DBTransaction.class.php.
References BaseTransaction::getBeginString(), and isStarted().

| DBTransaction::flush | ( | ) |
Reimplemented from BaseTransaction.
Definition at line 64 of file DBTransaction.class.php.
DBTransaction::$started = false [private] |
Definition at line 20 of file DBTransaction.class.php.
1.5.4