Semantic MediaWiki and related extensions
Public Member Functions | Protected Member Functions | List of all members
SEQL\ByHttpRequestQueryLookup Class Reference
Inheritance diagram for SEQL\ByHttpRequestQueryLookup:
Inheritance graph
[legend]
Collaboration diagram for SEQL\ByHttpRequestQueryLookup:
Collaboration graph
[legend]

Public Member Functions

 getQueryResult (Query $query)
 
- Public Member Functions inherited from SMW\SQLStore\SQLStore
 __construct ()
 
 setFactory (SQLStoreFactory $factory)
 
 getDataItemHandlerForDIType ( $diType)
 
 getSemanticData (DIWikiPage $subject, $filter=false)
 
 getPropertyValues ( $subject, DIProperty $property, $requestOptions=null)
 
 getProperties (DIWikiPage $subject, $requestOptions=null)
 
 getPropertySubjects (DIProperty $property, $dataItem, $requestOptions=null)
 
 getAllPropertySubjects (DIProperty $property, $requestoptions=null)
 
 getInProperties (DataItem $value, $requestoptions=null)
 
 deleteSubject (Title $title)
 
 changeTitle (Title $oldTitle, Title $newTitle, $pageId, $redirectId=0)
 
 getQueryResult (Query $query)
 
 getPropertiesSpecial ( $requestOptions=null)
 
 getUnusedPropertiesSpecial ( $requestOptions=null)
 
 getWantedPropertiesSpecial ( $requestOptions=null)
 
 getStatistics ()
 
 service ( $service,... $args)
 
 setup ( $verbose=true)
 
 drop ( $verbose=true)
 
 refreshData (&$id, $count, $namespaces=false, $usejobs=true)
 
 refreshConceptCache (Title $concept)
 
 deleteConceptCache ( $concept)
 
 getConceptCacheStatus ( $concept)
 
 getSQLOptions (RequestOptions $requestOptions=null, $valueCol='')
 
 getSQLConditions (RequestOptions $requestOptions=null, $valueCol='', $labelCol='', $addAnd=true)
 
 applyRequestOptions (array $data, RequestOptions $requestOptions=null)
 
 findTypeTableId ( $typeid)
 
 findDiTypeTableId ( $dataItemId)
 
 findPropertyTableID (DIProperty $property)
 
 getPropertyTables ()
 
 getObjectIds ()
 
 clear ()
 
 getInfo ( $type=null)
 
 getConnection ( $type='mw.db')
 
 getPropertyTableInfoFetcher ()
 
 getPropertyTableIdReferenceFinder ()
 
- Public Member Functions inherited from SMW\Store
 getSemanticData (DIWikiPage $subject, $filter=false)
 
 getPropertyValues ( $subject, DIProperty $property, $requestoptions=null)
 
 getPropertySubjects (DIProperty $property, $value, $requestoptions=null)
 
 getAllPropertySubjects (DIProperty $property, $requestoptions=null)
 
 getProperties (DIWikiPage $subject, $requestOptions=null)
 
 getInProperties (DataItem $object, $requestoptions=null)
 
 getWikiPageSortKey (DIWikiPage $dataItem)
 
 getRedirectTarget (DataItem $dataItem)
 
 deleteSubject (Title $subject)
 
 updateData (SemanticData $semanticData)
 
 clearData (DIWikiPage $di)
 
 changeTitle (Title $oldtitle, Title $newtitle, $pageid, $redirid=0)
 
 getQueryResult (SMWQuery $query)
 
 getPropertiesSpecial ( $requestoptions=null)
 
 getUnusedPropertiesSpecial ( $requestoptions=null)
 
 getWantedPropertiesSpecial ( $requestoptions=null)
 
 getStatistics ()
 
 service ( $service,... $args)
 
 setup ( $verbose=true)
 
 drop ( $verbose=true)
 
 refreshData (&$index, $count, $namespaces=false, $usejobs=true)
 
 getOptions ()
 
 setOption ( $key, $value)
 
 getOption ( $key, $default=null)
 
 clear ()
 
 getInfo ( $type=null)
 
 setConnectionManager (ConnectionManager $connectionManager)
 
 getConnection ( $type)
 

Protected Member Functions

 tryToMatchInterwikiFor (Query $query)
 
 fetchQueryResultFor (Query $query, $interwiki, $credentials=false)
 
- Protected Member Functions inherited from SMW\SQLStore\SQLStore
 doDataUpdate (SemanticData $semanticData)
 
 fetchQueryResult (Query $query)
 
 newServicesContainer ()
 
- Protected Member Functions inherited from SMW\Store
 doDataUpdate (SemanticData $data)
 
 fetchQueryResult (SMWQuery $query)
 

Additional Inherited Members

- Static Public Member Functions inherited from SMW\Store
static setupStore ( $verbose=true, $options=null)
 
- Public Attributes inherited from SMW\SQLStore\SQLStore
const FIXED_PROPERTY_ID_UPPERBOUND = 500
 
const CONCEPT_CACHE_TABLE = 'smw_concept_cache'
 
const CONCEPT_TABLE = 'smw_fpt_conc'
 
const PROPERTY_STATISTICS_TABLE = 'smw_prop_stats'
 
const QUERY_LINKS_TABLE = 'smw_query_links'
 
const FT_SEARCH_TABLE = 'smw_ft_search'
 
const ID_TABLE = 'smw_object_ids'
 
const ID_AUXILIARY_TABLE = 'smw_object_aux'
 
const UPDATE_TRANSACTION = 'sql/transaction/update'
 
 $smwIds
 
- Public Attributes inherited from SMW\Store
const OPT_CREATE_UPDATE_JOB = 'opt.create.update.job'
 
- Protected Attributes inherited from SMW\SQLStore\SQLStore
 $servicesContainer
 
- Protected Attributes inherited from SMW\Store
 $connectionManager = null
 
 $options = null
 

Detailed Description

GNU GPL v2+

Since
1.0
Author
mwjames

Member Function Documentation

◆ getQueryResult()

SEQL\ByHttpRequestQueryLookup::getQueryResult ( Query  $query)
Since
1.0
Parameters
Query$query
Returns
QueryResult

Implements SMW\QueryEngine.


The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy