NCBI C++ ToolKit
|
Macros | |
#define | MDB_REVERSEKEY 0x02 |
use reverse string keys More... | |
#define | MDB_REVERSEKEY 0x02 |
use reverse string keys More... | |
#define | MDB_DUPSORT 0x04 |
use sorted duplicates More... | |
#define | MDB_DUPSORT 0x04 |
use sorted duplicates More... | |
#define | MDB_INTEGERKEY 0x08 |
numeric keys in native byte order: either unsigned int or size_t. More... | |
#define | MDB_INTEGERKEY 0x08 |
numeric keys in native byte order: either unsigned int or size_t. More... | |
#define | MDB_DUPFIXED 0x10 |
with MDB_DUPSORT, sorted dup items have fixed size More... | |
#define | MDB_DUPFIXED 0x10 |
with MDB_DUPSORT, sorted dup items have fixed size More... | |
#define | MDB_INTEGERDUP 0x20 |
with MDB_DUPSORT, dups are MDB_INTEGERKEY-style integers More... | |
#define | MDB_INTEGERDUP 0x20 |
with MDB_DUPSORT, dups are MDB_INTEGERKEY-style integers More... | |
#define | MDB_REVERSEDUP 0x40 |
with MDB_DUPSORT, use reverse string dups More... | |
#define | MDB_REVERSEDUP 0x40 |
with MDB_DUPSORT, use reverse string dups More... | |
#define | MDB_CREATE 0x40000 |
create DB if not already existing More... | |
#define | MDB_CREATE 0x40000 |
create DB if not already existing More... | |
#define MDB_DUPFIXED 0x10 |
with MDB_DUPSORT, sorted dup items have fixed size
#define MDB_DUPFIXED 0x10 |
with MDB_DUPSORT, sorted dup items have fixed size
#define MDB_INTEGERDUP 0x20 |
with MDB_DUPSORT, dups are MDB_INTEGERKEY-style integers
#define MDB_INTEGERDUP 0x20 |
with MDB_DUPSORT, dups are MDB_INTEGERKEY-style integers
#define MDB_INTEGERKEY 0x08 |
#define MDB_INTEGERKEY 0x08 |
#define MDB_REVERSEDUP 0x40 |
with MDB_DUPSORT, use reverse string dups
#define MDB_REVERSEDUP 0x40 |
with MDB_DUPSORT, use reverse string dups