MediaWiki
REL1_24
|
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 217 of file DatabasePostgres.php.
SavepointPostgres::__construct | ( | $ | dbw, |
$ | id | ||
) |
DatabaseBase | $dbw | |
int | $id |
Definition at line 226 of file DatabasePostgres.php.
Definition at line 237 of file DatabasePostgres.php.
Definition at line 283 of file DatabasePostgres.php.
Definition at line 244 of file DatabasePostgres.php.
SavepointPostgres::query | ( | $ | keyword, |
$ | msg_ok, | ||
$ | msg_failed | ||
) | [protected] |
Definition at line 251 of file DatabasePostgres.php.
Definition at line 269 of file DatabasePostgres.php.
Definition at line 276 of file DatabasePostgres.php.
Definition at line 262 of file DatabasePostgres.php.
DatabaseBase SavepointPostgres::$dbw [protected] |
Establish a savepoint within a transaction *.
Definition at line 218 of file DatabasePostgres.php.
SavepointPostgres::$didbegin [protected] |
Definition at line 220 of file DatabasePostgres.php.
SavepointPostgres::$id [protected] |
Definition at line 219 of file DatabasePostgres.php.