MediaWiki
REL1_20
|
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 276 of file DatabasePostgres.php.
Definition at line 238 of file DatabasePostgres.php.
SavepointPostgres::query | ( | $ | keyword, |
$ | msg_ok, | ||
$ | msg_failed | ||
) | [protected] |
Definition at line 244 of file DatabasePostgres.php.
References false, and wfDebug().
Referenced by release(), rollback(), and savepoint().
Definition at line 262 of file DatabasePostgres.php.
References query().
Definition at line 269 of file DatabasePostgres.php.
References query().
Definition at line 255 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().