table of contents
other versions
- jessie 0.9.14-1
- jessie-backports 0.9.18-1~bpo80+1
- stretch 0.9.18-5
- testing 0.9.22-1
- unstable 0.9.22-1
Cursor Flags(3) | Library Functions Manual | Cursor Flags(3) |
NAME¶
Cursor Flags -Macros¶
#define C_INITIALIZED 0x01
Detailed Description¶
Cursor state flags.Macro Definition Documentation¶
#define C_INITIALIZED 0x01¶
cursor has been initialized and is valid#define C_EOF 0x02¶
No more data#define C_SUB 0x04¶
Cursor is a sub-cursor#define C_DEL 0x08¶
last op was a cursor_del#define C_SPLITTING 0x20¶
Cursor is in page_split#define C_UNTRACK 0x40¶
Un-track cursor when closingAuthor¶
Generated automatically by Doxygen for LMDB from the source code.Mon Oct 13 2014 | LMDB |