]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOSQLiteTreeHandler.h
Added Settings dialog, customize configuration options and the listener on an externa...
[creaImageIO.git] / src2 / creaImageIOSQLiteTreeHandler.h
index 1284e169edd14fc17e138f64c74b973107533ef3..d3a055e55eca70ff2d2e337f864c60b6c51dd184 100644 (file)
@@ -124,6 +124,11 @@ namespace creaImageIO
                                  const std::string& searchVal);
        //Deletes the tuple that matches the parameters given
        virtual void DeleteTuple(std::string levelDescriptor, std::string key, std::string value);
+       //Deletes the entries that match the parameters given
+       virtual void RemoveEntries(const std::string i_table, 
+               const std::string i_attribute, 
+               const std::string i_operand, 
+               const std::string i_val);
  
     //====================================================================