SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
rdf::QueryString Class Reference

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.
 

Detailed Description

A class for assistingin the preparation of a SPARQL query.


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