Go to the source code of this file.
Classes | |
| class | SMWSparqlCondition |
| Abstract class that represents a SPARQL (sub-)pattern and relevant pieces of associated information for using it in query building. More... | |
| class | SMWSparqlFalseCondition |
| Represents a condition that cannot match anything. More... | |
| class | SMWSparqlTrueCondition |
| Represents a condition that matches everything. More... | |
| class | SMWSparqlWhereCondition |
| Container class that represents a SPARQL (sub-)pattern and relevant pieces of associated information for using it in query building. More... | |
| class | SMWSparqlSingletonCondition |
| A SPARQL condition that can match only a single element, or nothing at all. More... | |
| class | SMWSparqlFilterCondition |
| A SPARQL condition that consists in a FILTER term only (possibly with some weak conditions to introduce the variables that the filter acts on). More... | |
| class | SMWSparqlStoreQueryEngine |
| Class mapping SMWQuery objects to SPARQL, and for controlling the execution of these queries to obtain suitable SMWQueryResult objects. More... | |
Definition in file SMW_SparqlStoreQueryEngine.php.
1.5.6