1 #ifndef CondCore_CondDB_GTSchema_h
2 #define CondCore_CondDB_GTSchema_h
7 #include <boost/date_time/posix_time/posix_time.hpp>
11 namespace persistency {
23 explicit Table(coral::ISchema& schema);
25 bool exists()
override;
39 const boost::posix_time::ptime& insertionTime)
override;
45 const boost::posix_time::ptime& insertionTime)
override;
64 explicit Table(coral::ISchema& schema);
66 bool exists()
override;
69 std::vector<std::tuple<std::string, std::string, std::string> >&
tags)
override;
73 std::vector<std::tuple<std::string, std::string, std::string> >&
tags)
override;
75 const std::vector<std::tuple<std::string, std::string, std::string> >&
tags)
override;
84 explicit GTSchema(coral::ISchema& schema);