![]() |
SASSY
0.0
Software Architecture Support System
|
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. | |
An abstract class defining the methods for a set of Query Results.
1.8.5