Method | Description | |
---|---|---|
Commit ( ) : void | ||
RecreateFiles ( ) : void | ||
RestoreTableFromTheOtherTable ( string newTableFullPath ) : void | ||
Rollback ( ) : void | ||
StorageLayer ( string fileName, |
||
Table_Dispose ( ) : void | ||
Table_Read ( bool useCache, byte offset, int quantity ) : byte[] | ||
Table_Read ( bool useCache, long offset, int quantity ) : byte[] | ||
Table_WriteByOffset ( byte offset, byte data ) : void | ||
Table_WriteByOffset ( long offset, byte data ) : void | ||
Table_WriteToTheEnd ( byte data ) : byte[] | ||
TransactionalCommit ( ) : void | ||
TransactionalCommitIsFinished ( ) : void | ||
TransactionalRollback ( ) : void |
public RestoreTableFromTheOtherTable ( string newTableFullPath ) : void | ||
newTableFullPath | string | |
return | void |
public StorageLayer ( string fileName, |
||
fileName | string | |
trieSettings | ||
configuration | DBreezeConfiguration | |
return | System |
public Table_Read ( bool useCache, byte offset, int quantity ) : byte[] | ||
useCache | bool | |
offset | byte | |
quantity | int | |
return | byte[] |
public Table_Read ( bool useCache, long offset, int quantity ) : byte[] | ||
useCache | bool | |
offset | long | |
quantity | int | |
return | byte[] |
public Table_WriteByOffset ( byte offset, byte data ) : void | ||
offset | byte | |
data | byte | |
return | void |
public Table_WriteByOffset ( long offset, byte data ) : void | ||
offset | long | |
data | byte | |
return | void |
public Table_WriteToTheEnd ( byte data ) : byte[] | ||
data | byte | |
return | byte[] |
public TransactionalCommitIsFinished ( ) : void | ||
return | void |