28 #ifndef __creaImageIOTreeHandler_h_INCLUDED__ 
   29 #define __creaImageIOTreeHandler_h_INCLUDED__ 
   85     virtual bool Open(
bool writable = 
false) { 
return false; }
 
   87     virtual bool Close() { 
return false; }
 
   91     virtual bool Create(
bool writable = 
false) { 
return false; }
 
  116                                                                            std::string searchParam, 
 
  117                                                                            std::string searchVal, 
 
  119                                                                            std::string& result){}
 
  142                                                                                         const std::string& searchValue, 
 
  143                                                                                         std::string& parent_id){ 
return; }
 
  160                               const std::string& key,
 
  161                               const std::string& value) { 
return false; }
 
  164                               const std::string& key,
 
  165                               const std::string& value,
 
  166                                   const std::string& searchParam, 
 
  167                                   const std::string& searchVal){}
 
  169         virtual void DeleteTuple(std::string levelDescriptor, std::string key, std::string value){}
 
  172                 const std::string i_attribute, 
 
  173                 const std::string i_operand, 
 
  174                 const std::string i_val){}
 
  178         virtual void getAllAttributes(std::string i_filename, std::map<std::string, std::string> &i_results) =0;