23 #ifndef SOPRANO_RESULT_SET_H
24 #define SOPRANO_RESULT_SET_H
31 #include <QtCore/QString>
32 #include <QtCore/QStringList>
39 class QueryResultIteratorBackend;
40 class StatementIterator;
159 bool boolValue()
const;
175 Node operator[](
int offset )
const;
213 Node binding(
int offset )
const;
222 int bindingCount()
const;
239 bool isGraph()
const;
247 bool isBinding()
const;
337 const QString& predicateBindingName,
338 const QString& objectBindingName,
345 #endif // SOPRANO_RESULT_SET_H
A Node represents one RDF resource.
QueryResultIteratorBackend is the actual working horse behind QueryResultIterator.
A Statement instance represents one RDF quadruple.
An iterator for query results.
SOPRANO_EXPORT QUrl name()
An iterator that provides a stream of Statements.
The basic Soprano iterator class.
SOPRANO_EXPORT QUrl Statement()
Represents one set of bindings in the result of a select query.
An iterator that provides a stream of Nodes.