Monero
Loading...
Searching...
No Matches
MDB_xcursor Struct Reference
Collaboration diagram for MDB_xcursor:

Public Attributes

MDB_cursor mx_cursor
MDB_db mx_db
MDB_dbx mx_dbx
unsigned char mx_dbflag

Detailed Description

Context for sorted-dup records. We could have gone to a fully recursive design, with arbitrarily deep nesting of sub-databases. But for now we only handle these levels - main DB, optional sub-DB, sorted-duplicate DB.

Member Data Documentation

◆ mx_cursor

MDB_cursor MDB_xcursor::mx_cursor

A sub-cursor for traversing the Dup DB

◆ mx_db

MDB_db MDB_xcursor::mx_db

The database record for this Dup DB

◆ mx_dbflag

unsigned char MDB_xcursor::mx_dbflag

The Transaction DB Flags for this Dup DB

◆ mx_dbx

MDB_dbx MDB_xcursor::mx_dbx

The auxiliary DB record for this Dup DB


The documentation for this struct was generated from the following file: