CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IOVSchemaUtility.h
Go to the documentation of this file.
1 #ifndef CondCore_IOVSchemaUtility_h
2 #define CondCore_IOVSchemaUtility_h
3 
5 namespace cond{
7  public:
11  void create();
13  void drop();
15  void truncate();
16  private:
18  };
19 }//ns cond
20 #endif
void create()
create iov tables if not existing
void drop()
drop iov tables if existing
IOVSchemaUtility(DbSession &pooldb)
void truncate()
truncate iov tables if existing
cond::DbSession m_pooldb