1
0
Fork 0
forked from blue/lmdbal

methods to check elements without deserialization

This commit is contained in:
Blue 2022-12-15 20:29:49 +03:00
parent 08daad48ad
commit 6ff22c9377
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
4 changed files with 59 additions and 1 deletions

View file

@ -42,6 +42,7 @@ public:
virtual bool forceRecord(const K& key, const V& value) override;
virtual void changeRecord(const K& key, const V& value) override;
virtual void removeRecord(const K& key) override;
virtual bool checkRecord(const K& key) const override;
virtual V getRecord(const K& key) const override;
virtual uint32_t count() const override;
virtual int drop(MDB_txn * transaction) override;