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 $revisionJoinConds, array $entityIds, IReadableDatabase $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 | $revisionJoinConds, | ||
array | $entityIds, | ||
IReadableDatabase | $db ) |
array | $fields | Fields to select |
array | null | $revisionJoinConds | If non-null, perform an INNER JOIN against the revision table on these join conditions. |
EntityId[] | $entityIds | EntityIds to select |
IReadableDatabase | $db | DB to query on |
Implemented in Wikibase\Lib\Store\Sql\PageTableEntityQueryBase.