#include <ittia/dbxx/dbxx_storage_mode.h>
Pass an instance of this class to Database::set_library_config to apply the selected settings.
Public Types | |
| enum | MemoryMode { TIGHT = DB_MEM_TIGHT, COMPACT = DB_MEM_COMPACT, LARGE = DB_MEM_LARGE } |
Public Member Functions | |
| LibraryConfig () | |
Public Attributes | |
| int | concurrency |
| MemoryMode | memory_mode |
| int | transactions |
| LockManagerConfig | lock |