22#ifndef _SOPRANO_STORAGE_MODEL_H_
23#define _SOPRANO_STORAGE_MODEL_H_
Soprano::Backend defines the interface for a Soprano backend plugin.
virtual bool containsStatement(const Statement &statement) const =0
virtual bool containsAnyStatement(const Statement &statement) const =0
virtual Error::ErrorCode removeAllStatements(const Statement &statement)=0
A Statement instance represents one RDF quadruple.
StorageModel(const Backend *backend)
virtual bool isEmpty() const
virtual bool containsStatement(const Statement &statement) const
const Backend * backend() const
virtual Error::ErrorCode removeAllStatements(const Statement &statement)
virtual bool containsAnyStatement(const Statement &statement) const