From dee6ec9d905f02adf384973f1548d33b24c82b8f Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 9 Dec 2014 18:29:35 +0100 Subject: some TODOs --- common/storage.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common') diff --git a/common/storage.h b/common/storage.h index 55688d4..83c307c 100644 --- a/common/storage.h +++ b/common/storage.h @@ -23,6 +23,9 @@ public: bool startTransaction(AccessMode mode = ReadWrite); bool commitTransaction(); void abortTransaction(); + //TODO: row removal + //TODO: cursor based read + //TODO: query? bool write(const char *key, size_t keySize, const char *value, size_t valueSize); bool write(const std::string &sKey, const std::string &sValue); void read(const std::string &sKey, -- cgit v1.2.3