class StorageModel |
|
\class StorageModel storagemodel.h Soprano/StorageModel
Base class for all Model implementations that store data (as compared to FilterModel). The StorageModel implements some of the methods from Model which may be equal for different backends. See also Backend.createModel()
Author Sebastian Trueg |
|
backend - The Backend that created this model. |
|
Returns The backend that was used to create this model. |
|
Default implementation is based on Model.listStatements |
|
Default implementation is based on Model.listStatements |
|
Default implementation is based on Model.statementCount |
|
Default implementation is based on listStatements() and removeStatement(). |