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>
110 bool boolValue()
const;
136 Node binding(
int offset )
const;
145 int bindingCount()
const;
162 bool isGraph()
const;
170 bool isBinding()
const;
255 Q_PRIVATE_SLOT( d,
void _s_finished() )
256 Q_PRIVATE_SLOT( d,
void _s_emitNextReady() )
SOPRANO_EXPORT QUrl Statement()
Core class of Soprano's exception system.
A Statement instance represents one RDF quadruple.
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples,...
SOPRANO_EXPORT QUrl name()
Represents one set of bindings in the result of a select query.
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...