MediaWiki
REL1_22
|
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 | |
$dbw | |
Establish a savepoint within a transaction. | |
$didbegin | |
$id |
Manage savepoints within a transaction.
Definition at line 213 of file DatabasePostgres.php.
SavepointPostgres::__construct | ( | $ | dbw, |
$ | id | ||
) |
Definition at line 221 of file DatabasePostgres.php.
Definition at line 232 of file DatabasePostgres.php.
Definition at line 278 of file DatabasePostgres.php.
References id.
Definition at line 239 of file DatabasePostgres.php.
SavepointPostgres::query | ( | $ | keyword, |
$ | msg_ok, | ||
$ | msg_failed | ||
) | [protected] |
Definition at line 246 of file DatabasePostgres.php.
References false, global, and wfDebug().
Referenced by release(), rollback(), and savepoint().
Definition at line 264 of file DatabasePostgres.php.
References query().
Definition at line 271 of file DatabasePostgres.php.
References query().
Definition at line 257 of file DatabasePostgres.php.
References query().
SavepointPostgres::$dbw [protected] |
Establish a savepoint within a transaction.
Definition at line 217 of file DatabasePostgres.php.
Referenced by __construct().
SavepointPostgres::$didbegin [protected] |
Definition at line 219 of file DatabasePostgres.php.
SavepointPostgres::$id [protected] |
Definition at line 218 of file DatabasePostgres.php.
Referenced by __construct().