Go to the documentation of this file.
23 #ifndef SOPRANO_QUERY_RESULT_H
24 #define SOPRANO_QUERY_RESULT_H
29 #include <QtCore/QStringList>
117 #endif // SOPRANO_QUERY_RESULT_H
virtual bool isBinding() const =0
SOPRANO_EXPORT QUrl Statement()
virtual QStringList bindingNames() const =0
virtual BindingSet current() const
A Statement instance represents one RDF quadruple.
QueryResultIteratorBackend()
virtual bool boolValue() const =0
virtual int bindingCount() const =0
virtual bool isBool() const =0
virtual bool isGraph() const =0
SOPRANO_EXPORT QUrl name()
virtual Statement currentStatement() const =0
Represents one set of bindings in the result of a select query.
virtual Node binding(const QString &name) const =0
virtual ~QueryResultIteratorBackend()
The actual work in a Iterator instance is done by an IteratorBackend.
A Node represents one RDF resource.
QueryResultIteratorBackend is the actual working horse behind QueryResultIterator.
virtual Node binding(int offset) const =0