|
Wikibase
MediaWiki Wikibase extension
|
PageTableEntityQuery that assumes the entity IDs "localPart" matches page_title of the page that the entity is stored on. More...
Inheritance diagram for Wikibase\Lib\Store\Sql\EntityIdLocalPartPageTableEntityQuery:
Collaboration diagram for Wikibase\Lib\Store\Sql\EntityIdLocalPartPageTableEntityQuery:Protected Member Functions | |
| getConditionForEntityId (EntityId $entityId) | |
| getEntityIdStringFromRow (stdClass $row) | |
| getFieldsNeededForMapping () | |
Additional Inherited Members | |
Public Member Functions inherited from Wikibase\Lib\Store\Sql\PageTableEntityQueryBase | |
| __construct (EntityNamespaceLookup $entityNamespaceLookup, NameTableStore $slotRoleStore) | |
| selectRows (array $fields, ?array $revisionJoinConds, array $entityIds, IReadableDatabase $db) | |
PageTableEntityQuery that assumes the entity IDs "localPart" matches page_title of the page that the entity is stored on.
For example: An Item with ID Q1 is commonly stored on a wikipage with title Q1
|
protected |
| EntityId | $entityId |
Reimplemented from Wikibase\Lib\Store\Sql\PageTableEntityQueryBase.
|
protected |
| stdClass | $row |
Reimplemented from Wikibase\Lib\Store\Sql\PageTableEntityQueryBase.
|
protected |
Reimplemented from Wikibase\Lib\Store\Sql\PageTableEntityQueryBase.