19 namespace Deveel.Data.Store {
38 bool StoreExists(String name);
51 IStore CreateStore(String name);
63 IStore OpenStore(String name);
73 bool CloseStore(
IStore store);
89 bool DeleteStore(
IStore store);
110 void SetCheckPoint();
121 void Lock(String lockName);
131 void Unlock(String lockName);
An object that creates and manages the IStore objects that the database engine uses to represent itse...
A store is a resource where areas can be allocated and freed to store information (a memory allocator...