22#ifndef _SOPRANO_UTIL_ASYNC_QUERY_H_
23#define _SOPRANO_UTIL_ASYNC_QUERY_H_
25#include <QtCore/QObject>
255 Q_PRIVATE_SLOT( d,
void _s_finished() )
256 Q_PRIVATE_SLOT( d,
void _s_emitNextReady() )
Represents one set of bindings in the result of a select query.
Core class of Soprano's exception system.
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples,...
A Node represents one RDF resource.
A Statement instance represents one RDF quadruple.
A wrapper around Soprano::Model which executes a query in a separate thread and allows to iterate the...
Node binding(int offset) const
Node binding(const QString &name) const
void finished(Soprano::Util::AsyncQuery *query)
QStringList bindingNames() const
Statement currentStatement() const
BindingSet currentBindings() const
static AsyncQuery * executeQuery(Soprano::Model *model, const QString &query, Query::QueryLanguage language, const QString &userQueryLanguage=QString())
void nextReady(Soprano::Util::AsyncQuery *query)
SOPRANO_EXPORT QUrl Statement()
SOPRANO_EXPORT QUrl language()
SOPRANO_EXPORT QUrl name()