23 #ifndef SOPRANO_QUERY_RESULT_H 24 #define SOPRANO_QUERY_RESULT_H 29 #include <QtCore/QStringList> 57 virtual bool next() = 0;
70 virtual Statement currentStatement()
const = 0;
80 virtual Node binding(
int offset )
const = 0;
85 virtual int bindingCount()
const = 0;
95 virtual bool isGraph()
const = 0;
100 virtual bool isBinding()
const = 0;
105 virtual bool isBool()
const = 0;
110 virtual bool boolValue()
const = 0;
117 #endif // SOPRANO_QUERY_RESULT_H
A Node represents one RDF resource.
QueryResultIteratorBackend is the actual working horse behind QueryResultIterator.
A Statement instance represents one RDF quadruple.
SOPRANO_EXPORT QUrl name()
SOPRANO_EXPORT QUrl Statement()
Represents one set of bindings in the result of a select query.
The actual work in a Iterator instance is done by an IteratorBackend.