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