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() )
A Node represents one RDF resource.
A Statement instance represents one RDF quadruple.
SOPRANO_EXPORT QUrl language()
Core class of Soprano's exception system.
A wrapper around Soprano::Model which executes a query in a separate thread and allows to iterate the...
SOPRANO_EXPORT QUrl name()
SOPRANO_EXPORT QUrl Statement()
Represents one set of bindings in the result of a select query.
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples,...