Wikibase
MediaWiki Wikibase extension
|
Interface to run a query to find an entity of given ID within the mediawiki page table and also map resulting rows back to the entity IDs they relate to. More...
Public Member Functions | |
selectRows (array $fields, array $joins, array $entityIds, IDatabase $db) | |
Interface to run a query to find an entity of given ID within the mediawiki page table and also map resulting rows back to the entity IDs they relate to.
Wikibase\Lib\Store\Sql\PageTableEntityQuery::selectRows | ( | array | $fields, |
array | $joins, | ||
array | $entityIds, | ||
IDatabase | $db | ||
) |
array | $fields | Fields to select |
array | $joins | Joins to use, Keys must be table names. |
EntityId[] | $entityIds | EntityIds to select |
IDatabase | $db | DB to query on |
Implemented in Wikibase\Lib\Store\Sql\PageTableEntityQueryBase.