MediaWiki master
|
Public Member Functions | |
__construct (?TransactionIdentifier $trxId, bool $pseudoPermanent) | |
Public Attributes | |
bool bool | $pseudoPermanent |
Whether the table is a pseudo-permanent temporary table, that is, duplicated for PHPUnit testing. | |
TransactionIdentifier TransactionIdentifier | $trxId |
The transaction ID in which the table was created. | |
Definition at line 8 of file TempTableInfo.php.
Wikimedia\Rdbms\TempTableInfo::__construct | ( | ?TransactionIdentifier | $trxId, |
bool | $pseudoPermanent ) |
Definition at line 21 of file TempTableInfo.php.
References Wikimedia\Rdbms\TempTableInfo\$pseudoPermanent, and Wikimedia\Rdbms\TempTableInfo\$trxId.
bool bool Wikimedia\Rdbms\TempTableInfo::$pseudoPermanent |
Whether the table is a pseudo-permanent temporary table, that is, duplicated for PHPUnit testing.
Definition at line 19 of file TempTableInfo.php.
Referenced by Wikimedia\Rdbms\TempTableInfo\__construct().
TransactionIdentifier TransactionIdentifier Wikimedia\Rdbms\TempTableInfo::$trxId |
The transaction ID in which the table was created.
This is used to judge whether a rollback is tolerable.
Definition at line 13 of file TempTableInfo.php.
Referenced by Wikimedia\Rdbms\TempTableInfo\__construct().