Go to the documentation of this file.
22 #ifndef _SOPRANO_STORAGE_MODEL_H_
23 #define _SOPRANO_STORAGE_MODEL_H_
59 virtual bool containsStatement(
const Statement &statement )
const;
64 virtual bool containsAnyStatement(
const Statement &statement )
const;
Base class for all Model implementations that store data (as compared to FilterModel).
A Statement instance represents one RDF quadruple.
Error::ErrorCode removeAllStatements()
virtual bool isEmpty() const
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples,...
StorageModel(const Backend *backend)
virtual bool containsStatement(const Statement &statement) const =0
virtual bool containsAnyStatement(const Statement &statement) const =0
Soprano::Backend defines the interface for a Soprano backend plugin.
const Backend * backend() const