Wikibase
MediaWiki Wikibase extension
|
A DomainDb
to access a repo wiki.
More...
Additional Inherited Members | |
Public Member Functions inherited from Wikibase\Lib\Rdbms\DomainDb | |
__construct (ILBFactory $lbFactory, string $domainId, array $loadGroups=[]) | |
sessionConsistentConnections () | |
WARNING: Do not override the load-groups in individual method calls on SessionConsistentConnectionManager. | |
connections () | |
WARNING: Do not override the load-groups in individual method calls on ConnectionManager! Instead add them to the factory method! | |
replication () | |
getEmptyTransactionTicket (string $fname) | |
Only used in batch writing (replication aware). | |
commitAndWaitForReplication (string $fname, $ticket) | |
Only used in batch writing (replication aware). | |
autoReconfigure () | |
Reload the LBFactory configuration. | |
loadBalancer () | |
domain () | |
Public Attributes inherited from Wikibase\Lib\Rdbms\DomainDb | |
const | LOAD_GROUP_FROM_CLIENT = 'from-client' |
const | LOAD_GROUP_FROM_REPO = 'from-repo' |
A DomainDb
to access a repo wiki.
Use this class to access database tables created by the WikibaseRepository extension. or otherwise belonging to a repo wiki. (This access may happen in repo, client, or lib.)