Go to the documentation of this file.
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() )
SOPRANO_EXPORT QUrl Statement()
Node binding(const QString &name) const
void finished(Soprano::Util::AsyncQuery *query)
Core class of Soprano's exception system.
A Statement instance represents one RDF quadruple.
Statement currentStatement() const
void nextReady(Soprano::Util::AsyncQuery *query)
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples,...
SOPRANO_EXPORT QUrl name()
BindingSet currentBindings() const
Node binding(int offset) const
Represents one set of bindings in the result of a select query.
static AsyncQuery * executeQuery(Soprano::Model *model, const QString &query, Query::QueryLanguage language, const QString &userQueryLanguage=QString())
QStringList bindingNames() const
A Node represents one RDF resource.
SOPRANO_EXPORT QUrl language()
A wrapper around Soprano::Model which executes a query in a separate thread and allows to iterate the...