CMS 3D CMS Logo

IOVSchemaUtility.h

Go to the documentation of this file.
00001 #ifndef CondCore_IOVSchemaUtility_h
00002 #define CondCore_IOVSchemaUtility_h
00003 
00004 namespace cond{
00005   class CoralTransaction;
00006   class IOVSchemaUtility{
00007   public:
00008     IOVSchemaUtility(CoralTransaction& coraldb);
00009     ~IOVSchemaUtility();
00011     void create();
00013     void drop();
00015     void truncate();
00016   private:
00017     cond::CoralTransaction& m_coraldb;
00018   };
00019 }//ns cond
00020 #endif

Generated on Tue Jun 9 17:26:07 2009 for CMSSW by  doxygen 1.5.4