22 #ifndef _SOPRANO_QUERY_BINDINGS_H_
23 #define _SOPRANO_QUERY_BINDINGS_H_
27 #include <QtCore/QSharedDataPointer>
78 Node operator[](
int offset )
const;
131 void insert(
const QString& name,
const Node& value );
138 void replace(
int offset,
const Node& value );
145 void replace(
const QString& name,
const Node& value );
152 bool operator==(
const BindingSet& other )
const;
159 bool operator!=(
const BindingSet& other )
const;
A Node represents one RDF resource.
SOPRANO_EXPORT QDebug operator<<(QDebug s, const Soprano::Node &)
SOPRANO_EXPORT QUrl value()
SOPRANO_EXPORT QUrl name()
Represents one set of bindings in the result of a select query.
SOPRANO_EXPORT QUrl contains()