CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondCore/IOVService/interface/IOVSchemaUtility.h

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