This is the complete list of members for cond::persistency::IRunInfoTable, including all inherited members.
create()=0 | cond::persistency::IRunInfoTable | pure virtual |
exists()=0 | cond::persistency::IRunInfoTable | pure virtual |
getInclusiveRunRange(cond::Time_t lower, cond::Time_t upper, std::vector< std::tuple< cond::Time_t, boost::posix_time::ptime, boost::posix_time::ptime > > &runData)=0 | cond::persistency::IRunInfoTable | pure virtual |
getInclusiveTimeRange(const boost::posix_time::ptime &lower, const boost::posix_time::ptime &upper, std::vector< std::tuple< cond::Time_t, boost::posix_time::ptime, boost::posix_time::ptime > > &runData)=0 | cond::persistency::IRunInfoTable | pure virtual |
getLastInserted(boost::posix_time::ptime &start, boost::posix_time::ptime &end)=0 | cond::persistency::IRunInfoTable | pure virtual |
insert(const std::vector< std::tuple< cond::Time_t, boost::posix_time::ptime, boost::posix_time::ptime > > &runs)=0 | cond::persistency::IRunInfoTable | pure virtual |
insertOne(cond::Time_t runNumber, const boost::posix_time::ptime &start, const boost::posix_time::ptime &end)=0 | cond::persistency::IRunInfoTable | pure virtual |
select(cond::Time_t runNumber, boost::posix_time::ptime &start, boost::posix_time::ptime &end)=0 | cond::persistency::IRunInfoTable | pure virtual |
updateEnd(cond::Time_t runNumber, const boost::posix_time::ptime &end)=0 | cond::persistency::IRunInfoTable | pure virtual |
~IRunInfoTable() | cond::persistency::IRunInfoTable | inlinevirtual |