22 #ifndef _SOPRANO_SERVER_DBUS_CLIENT_MODEL_H_
23 #define _SOPRANO_SERVER_DBUS_CLIENT_MODEL_H_
90 void setAsyncCalls(
bool b );
95 bool asyncCalls()
const;
103 int statementCount()
const;
104 bool isEmpty()
const;
105 bool containsStatement(
const Statement &statement )
const;
106 bool containsAnyStatement(
const Statement &statement )
const;
107 Node createBlankNode();
virtual Error::ErrorCode addStatement(const Statement &statement)=0
A Node represents one RDF resource.
StatementIterator listStatements() const
Soprano::Backend defines the interface for a Soprano backend plugin.
virtual Error::ErrorCode removeStatement(const Statement &statement)=0
Base class for all Model implementations that store data (as compared to FilterModel).
A Statement instance represents one RDF quadruple.
SOPRANO_EXPORT QUrl language()
Error::ErrorCode removeAllStatements()
An iterator for query results.
#define SOPRANO_CLIENT_EXPORT
virtual bool containsAnyStatement(const Statement &statement) const
virtual bool containsStatement(const Statement &statement) const
An iterator that provides a stream of Statements.
Interface to a DBus server model.
An iterator that provides a stream of Nodes.