MediaWiki master
TempTableInfo.php
Go to the documentation of this file.
1<?php
2
3namespace Wikimedia\Rdbms;
4
14
19 public bool $pseudoPermanent;
20
22 $this->trxId = $trxId;
23 $this->pseudoPermanent = $pseudoPermanent;
24 }
25}
bool bool $pseudoPermanent
Whether the table is a pseudo-permanent temporary table, that is, duplicated for PHPUnit testing.
__construct(?TransactionIdentifier $trxId, bool $pseudoPermanent)
TransactionIdentifier TransactionIdentifier $trxId
The transaction ID in which the table was created.
Class used for token representing identifiers for atomic transactions from IDatabase instances.