forked from blue/lmdbal
some more ideas about duplicates
This commit is contained in:
parent
f0727aa73d
commit
06e1aca45a
8 changed files with 139 additions and 24 deletions
|
@ -33,9 +33,9 @@
|
|||
*
|
||||
* \param[in] parent - LMDBAL::Base pointer for the owning database (borrowed)
|
||||
* \param[in] name - the name of the storage
|
||||
* \param[in] duplicates - true if storage supports duplicates, false otherwise (false by default)
|
||||
* \param[in] duplicates - LMDBAL::Duplicates duplicates mode (uniqueKey by default)
|
||||
*/
|
||||
LMDBAL::iStorage::iStorage(Base* parent, const std::string& name, bool duplicates):
|
||||
LMDBAL::iStorage::iStorage(Base* parent, const std::string& name, Duplicates duplicates):
|
||||
dbi(),
|
||||
db(parent),
|
||||
name(name),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue