An abstract class for the current database transaction while writing. More...
#include <db.h>
Public Member Functions | |
virtual void | Put (const string &key, const string &value)=0 |
Puts the key value pair to the database. | |
virtual void | Commit ()=0 |
Commits the current writes. | |
DISABLE_COPY_AND_ASSIGN (Transaction) | |
An abstract class for the current database transaction while writing.