Property | Type | Description | |
---|---|---|---|
Configure | void | ||
Dispose | void | ||
FindMaxStoreId | int | ||
GetDataStartOffset | long | ||
IStoreSystem | IStore | ||
IStoreSystem | bool | ||
LoadHeaders | void | ||
LoadStoreData | Stream | ||
LoadStores | void | ||
OpenOrCreateFile | void | ||
TryFindStore | bool | ||
WriteHeaders | void | ||
WriteStoreInfo | long | ||
WriteStores | void |
Method | Description | |
---|---|---|
CloseStore ( |
||
CreateStore ( string name ) : |
||
DeleteStore ( |
||
Dispose ( ) : void | ||
Lock ( string lockName ) : void | ||
OpenStore ( string name ) : |
||
SetCheckPoint ( ) : void | ||
SingleFileStoreSystem ( IDatabaseContext context, IConfiguration configuration ) : System | ||
StoreExists ( string name ) : bool | ||
Unlock ( string lockName ) : void |
Method | Description | |
---|---|---|
Configure ( IConfiguration config ) : void | ||
Dispose ( bool disposing ) : void | ||
FindMaxStoreId ( ) : int | ||
GetDataStartOffset ( ) : long | ||
IStoreSystem ( string name ) : IStore | ||
IStoreSystem ( IStore store ) : bool | ||
LoadHeaders ( |
||
LoadStoreData ( int id ) : Stream | ||
LoadStores ( IFile dataFile ) : void | ||
OpenOrCreateFile ( ) : void | ||
TryFindStore ( string storeName, |
||
WriteHeaders ( Stream stream, long dataStartOffset ) : void | ||
WriteStoreInfo ( |
||
WriteStores ( Stream stream ) : void |
public CloseStore ( |
||
store | ||
return | bool |
public CreateStore ( string name ) : |
||
name | string | |
return |
public DeleteStore ( |
||
store | ||
return | bool |
public OpenStore ( string name ) : |
||
name | string | |
return |
public SingleFileStoreSystem ( IDatabaseContext context, IConfiguration configuration ) : System | ||
context | IDatabaseContext | |
configuration | IConfiguration | |
return | System |