Inherits SMWSparqlCondition.
Public Member Functions | |
| __construct ($condition, $isSafe, $namespaces) | |
| 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. | |
Public Attributes | |
| $condition | |
| $isSafe | |
Definition at line 124 of file SMW_SparqlStoreQueryEngine.php.
| SMWSparqlWhereCondition::__construct | ( | $ | condition, | |
| $ | isSafe, | |||
| $ | namespaces | |||
| ) |
Definition at line 140 of file SMW_SparqlStoreQueryEngine.php.
References $condition, $isSafe, SMWSparqlCondition::$namespaces, and isSafe().
| SMWSparqlWhereCondition::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 146 of file SMW_SparqlStoreQueryEngine.php.
| SMWSparqlWhereCondition::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 150 of file SMW_SparqlStoreQueryEngine.php.
Referenced by __construct().
| SMWSparqlWhereCondition::$condition |
| SMWSparqlWhereCondition::$isSafe |
1.5.6