Go to the documentation of this file.
53 if ((
i > 0) && (
i < 4)) {
69 return ((
m_lmfIOV ==
m.m_lmfIOV) && (
m_t[0] ==
m.m_t[0]) && (
m_t[1] ==
m.m_t[1]) && (
m_t[2] ==
m.m_t[2]));
void setByID(int id) noexcept(false) override
std::string fetchIdSql(Statement *stmt) override
bool operator==(const LMFLmrSubIOV &m) const
std::string setByIDSql(Statement *stmt, int id) override
static const double tmax[3]
oracle::occi::Statement * stmt
oracle::occi::Connection * m_conn
void getTimes(Tm *t) const
LMFLmrSubIOV & setTimes(const Tm &t1, const Tm &t2, const Tm &t3)
std::string writeDBSql(Statement *stmt) override
std::vector< Tm > getTimes() const
bool operator!=(const LMFLmrSubIOV &m) const
std::list< int > getIOVIDsLaterThan(const Tm &t) noexcept(false)
void getParameters(ResultSet *rset) override
LMFLmrSubIOV & setLMFIOV(const LMFIOV &iov)
oracle::occi::Statement Statement
std::list< LMFLmrSubIOV > fetchByLMFIOV(const LMFIOV &iov)
oracle::occi::Environment * m_env
void getTimes(Tm *t1, Tm *t2, Tm *t3) const
oracle::occi::ResultSet ResultSet