DOKK / manpages / debian 10 / lmdb-doc / mdb_cursor.3.en
mdb_cursor(3) Library Functions Manual mdb_cursor(3)

mdb_cursor


#define C_INITIALIZED 0x01
#define C_EOF 0x02
#define C_SUB 0x04
#define C_DEL 0x08
#define C_UNTRACK 0x40

Cursor state flags.

cursor has been initialized and is valid

No more data

Cursor is a sub-cursor

last op was a cursor_del

Un-track cursor when closing

Generated automatically by Doxygen for LMDB from the source code.

Mon Jul 16 2018 LMDB