Batch of changes queued to be written to a CDBWrapper
Synopsis
Declared in <dbwrapper.h>
class CDBBatch;
Member Functions
Name |
Description |
|
Constructs a batch bound to the wrapper it will be submitted to. |
|
Destroys the batch and releases its resources. |
Returns an estimate of the batch's serialized size in bytes. |
|
Removes all queued writes and erases from the batch. |
|
Queues an erase of the given key into the batch. |
|
Queues a write of the given key and value into the batch. |
Friends
Name |
Description |
Wraps a LevelDB database, providing typed, serialized key‐value access. |
Created with MrDocs