#include <IDbSchema.h>
|
virtual void | create ()=0 |
|
virtual bool | exists ()=0 |
|
virtual bool | 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 |
|
virtual bool | 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 |
|
virtual cond::Time_t | getLastInserted (boost::posix_time::ptime &start, boost::posix_time::ptime &end)=0 |
|
virtual void | insert (const std::vector< std::tuple< cond::Time_t, boost::posix_time::ptime, boost::posix_time::ptime > > &runs)=0 |
|
virtual void | insertOne (cond::Time_t runNumber, const boost::posix_time::ptime &start, const boost::posix_time::ptime &end)=0 |
|
virtual bool | select (cond::Time_t runNumber, boost::posix_time::ptime &start, boost::posix_time::ptime &end)=0 |
|
virtual void | updateEnd (cond::Time_t runNumber, const boost::posix_time::ptime &end)=0 |
|
virtual | ~IRunInfoTable () |
|
Definition at line 203 of file IDbSchema.h.
◆ ~IRunInfoTable()
virtual cond::persistency::IRunInfoTable::~IRunInfoTable |
( |
| ) |
|
|
inlinevirtual |
◆ create()
virtual void cond::persistency::IRunInfoTable::create |
( |
| ) |
|
|
pure virtual |
◆ exists()
virtual bool cond::persistency::IRunInfoTable::exists |
( |
| ) |
|
|
pure virtual |
◆ getInclusiveRunRange()
virtual bool cond::persistency::IRunInfoTable::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 |
|
) |
| |
|
pure virtual |
◆ getInclusiveTimeRange()
virtual bool cond::persistency::IRunInfoTable::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 |
|
) |
| |
|
pure virtual |
◆ getLastInserted()
virtual cond::Time_t cond::persistency::IRunInfoTable::getLastInserted |
( |
boost::posix_time::ptime & |
start, |
|
|
boost::posix_time::ptime & |
end |
|
) |
| |
|
pure virtual |
◆ insert()
virtual void cond::persistency::IRunInfoTable::insert |
( |
const std::vector< std::tuple< cond::Time_t, boost::posix_time::ptime, boost::posix_time::ptime > > & |
runs | ) |
|
|
pure virtual |
◆ insertOne()
virtual void cond::persistency::IRunInfoTable::insertOne |
( |
cond::Time_t |
runNumber, |
|
|
const boost::posix_time::ptime & |
start, |
|
|
const boost::posix_time::ptime & |
end |
|
) |
| |
|
pure virtual |
◆ select()
virtual bool cond::persistency::IRunInfoTable::select |
( |
cond::Time_t |
runNumber, |
|
|
boost::posix_time::ptime & |
start, |
|
|
boost::posix_time::ptime & |
end |
|
) |
| |
|
pure virtual |
◆ updateEnd()
virtual void cond::persistency::IRunInfoTable::updateEnd |
( |
cond::Time_t |
runNumber, |
|
|
const boost::posix_time::ptime & |
end |
|
) |
| |
|
pure virtual |