|
MediaWiki
REL1_23
|
Manage savepoints within a transaction. More...

Public Member Functions | |
| __construct ($dbw, $id) | |
| __destruct () | |
| __toString () | |
| commit () | |
| release () | |
| rollback () | |
| savepoint () | |
Protected Member Functions | |
| query ($keyword, $msg_ok, $msg_failed) | |
Protected Attributes | |
| DatabaseBase | $dbw |
| Establish a savepoint within a transaction *. | |
| $didbegin | |
| $id | |
Manage savepoints within a transaction.
Definition at line 216 of file DatabasePostgres.php.
| SavepointPostgres::__construct | ( | $ | dbw, |
| $ | id | ||
| ) |
| DatabaseBase | $dbw | |
| $id |
Definition at line 225 of file DatabasePostgres.php.
Definition at line 236 of file DatabasePostgres.php.
Definition at line 282 of file DatabasePostgres.php.
Definition at line 243 of file DatabasePostgres.php.
| SavepointPostgres::query | ( | $ | keyword, |
| $ | msg_ok, | ||
| $ | msg_failed | ||
| ) | [protected] |
Definition at line 250 of file DatabasePostgres.php.
Definition at line 268 of file DatabasePostgres.php.
Definition at line 275 of file DatabasePostgres.php.
Definition at line 261 of file DatabasePostgres.php.
DatabaseBase SavepointPostgres::$dbw [protected] |
Establish a savepoint within a transaction *.
Definition at line 217 of file DatabasePostgres.php.
SavepointPostgres::$didbegin [protected] |
Definition at line 219 of file DatabasePostgres.php.
SavepointPostgres::$id [protected] |
Definition at line 218 of file DatabasePostgres.php.