mirror of
https://gitflic.ru/project/erthink/libmdbx.git
synced 2025-03-10 15:12:15 +00:00
mdbx-doc: fix/refine MDBX_dbi
description.
This commit is contained in:
parent
207124e7fb
commit
28fcf33cda
9
mdbx.h
9
mdbx.h
@ -699,9 +699,12 @@ struct MDBX_txn;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** \brief A handle for an individual database (key-value spaces) in the
|
/** \brief A handle for an individual database (key-value spaces) in the
|
||||||
* environment. \ingroup c_dbi \details Zero handle is used internally (hidden
|
* environment.
|
||||||
* Garbage Collection DB). So, any valid DBI-handle great than 0 and less than
|
* \ingroup c_dbi
|
||||||
* or equal \ref MDBX_MAX_DBI. \see mdbx_dbi_open() \see mdbx_dbi_close() */
|
* \details Zero handle is used internally (hidden Garbage Collection subDB).
|
||||||
|
* So, any valid DBI-handle great than 0 and less than or equal
|
||||||
|
* \ref MDBX_MAX_DBI.
|
||||||
|
* \see mdbx_dbi_open() \see mdbx_dbi_close() */
|
||||||
typedef uint32_t MDBX_dbi;
|
typedef uint32_t MDBX_dbi;
|
||||||
|
|
||||||
/** \brief Opaque structure for navigating through a database
|
/** \brief Opaque structure for navigating through a database
|
||||||
|
Loading…
Reference in New Issue
Block a user