CMS 3D CMS Logo

MetaDataSchemaUtility.h

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

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