Monero
Public Attributes | List of all members
MDB_dbx Struct Reference
Collaboration diagram for MDB_dbx:
Collaboration graph
[legend]

Public Attributes

MDB_val md_name
 
MDB_cmp_funcmd_cmp
 
MDB_cmp_funcmd_dcmp
 
MDB_rel_funcmd_rel
 
void * md_relctx
 

Detailed Description

Auxiliary DB info. The information here is mostly static/read-only. There is only a single copy of this record in the environment.

Member Data Documentation

◆ md_cmp

MDB_cmp_func* MDB_dbx::md_cmp

function for comparing keys

◆ md_dcmp

MDB_cmp_func* MDB_dbx::md_dcmp

function for comparing data items

◆ md_name

MDB_val MDB_dbx::md_name

name of the database

◆ md_rel

MDB_rel_func* MDB_dbx::md_rel

user relocate function

◆ md_relctx

void* MDB_dbx::md_relctx

user-provided context for md_rel


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