|
|
|
@ -392,7 +392,9 @@ typedef enum MDB_cursor_op { |
|
|
|
|
MDB_PREV_NODUP, /**< Position at last data item of previous key */ |
|
|
|
|
MDB_SET, /**< Position at specified key */ |
|
|
|
|
MDB_SET_KEY, /**< Position at specified key, return key + data */ |
|
|
|
|
MDB_SET_RANGE /**< Position at first key greater than or equal to specified key. */ |
|
|
|
|
MDB_SET_RANGE, /**< Position at first key greater than or equal to specified key. */ |
|
|
|
|
MDB_PREV_MULTIPLE /**< Position at previous page and return key and up to
|
|
|
|
|
a page of duplicate data items. Only for #MDB_DUPFIXED */ |
|
|
|
|
} MDB_cursor_op; |
|
|
|
|
|
|
|
|
|
/** @defgroup errors Return Codes
|
|
|
|
|