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

An abstract class defining the methods for a set of Query Results. More...

#include <rdfxx/rdfxx.h>

Classes

class  iterator
 Provide a C++ iterator over the results of a RDF query. More...
 

Public Member Functions

virtual ~QueryResults_ ()
 Virtual destructor.
 
virtual bool success () const =0
 Check if the query got any results.
 
virtual std::string toString ()=0
 Convert all results to a string. This consumes the results.
 
virtual std::string toString (URI syntax, URI base)=0
 Convert the results to a string in the specified syntax.
 
virtual iterator begin () const =0
 Get iterator at start of result set.
 
virtual iterator end () const =0
 Get iterator past the end of result set.
 

Detailed Description

An abstract class defining the methods for a set of Query Results.


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