Add functions required during db debug.
[platform/core/security/key-manager.git] / src / manager / service / db-crypto.h
index ec3281d..193570d 100644 (file)
@@ -115,6 +115,10 @@ namespace DB {
                     const Name &name,
                     const Label &ownerLabel);
 
+            std::string getSchema();
+
+            std::string getContent();
+
             // keys
             void saveKey(const Label& label, const RawBuffer &key);
             RawBufferOptional getKey(const Label& label);