|
Monero
|

Public Attributes | |
| MDB_val | md_name |
| MDB_cmp_func * | md_cmp |
| MDB_cmp_func * | md_dcmp |
| MDB_rel_func * | md_rel |
| void * | md_relctx |
Auxiliary DB info. The information here is mostly static/read-only. There is only a single copy of this record in the environment.
| MDB_cmp_func* MDB_dbx::md_cmp |
function for comparing keys
| MDB_cmp_func* MDB_dbx::md_dcmp |
function for comparing data items
| MDB_val MDB_dbx::md_name |
name of the database
| MDB_rel_func* MDB_dbx::md_rel |
user relocate function
| void* MDB_dbx::md_relctx |
user-provided context for md_rel