Inherits SMWSparqlCondition.
Public Member Functions | |
| getCondition () | |
| Get the SPARQL condition string that this object represents. | |
| isSafe () | |
| Tell whether the condition string returned by getCondition() is safe in the sense that it can be used alone in a SPARQL query. | |
Weak conditions (see SMWSparqlCondition::$weakConditions) might be still be included to enable ordering (selecting sufficient data to order by).
Definition at line 107 of file SMW_SparqlStoreQueryEngine.php.
| SMWSparqlTrueCondition::getCondition | ( | ) |
Get the SPARQL condition string that this object represents.
This does not inlcude the weak conditions, or additional formulations to match singletons (see SMWSparqlSingletonCondition).
Reimplemented from SMWSparqlCondition.
Definition at line 109 of file SMW_SparqlStoreQueryEngine.php.
| SMWSparqlTrueCondition::isSafe | ( | ) |
Tell whether the condition string returned by getCondition() is safe in the sense that it can be used alone in a SPARQL query.
This requires that all filtered variables occur in some graph pattern, and that the condition is not empty.
Reimplemented from SMWSparqlCondition.
Definition at line 113 of file SMW_SparqlStoreQueryEngine.php.
1.5.6