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