![]() |
SASSY
0.0
Software Architecture Support System
|
A class for assistingin the preparation of a SPARQL query. More...
#include <rdfxx/rdfxx.h>
Public Member Functions | |
| QueryString () | |
| Create empty query. | |
| void | addPrefix (const std::string &id, const std::string &uri) |
| Add a prefix and namespace to the query. | |
| void | setVariables (const std::string &variables) |
| Set the variables to search for. | |
| void | addCondition (const std::string &condition) |
| Add a condition to the query. | |
| void | orderBy (const std::string &order) |
| Add an ordering clause to the query. | |
| operator std::string () | |
| Get the query as a string. | |
A class for assistingin the preparation of a SPARQL query.
1.8.5