1 #ifndef ODRUNCONFIGCYCLEINFO_H 2 #define ODRUNCONFIGCYCLEINFO_H
void setCycleNumber(int n)
void setDescription(std::string x)
void writeDB() noexcept(false)
std::string getTable() override
void setSequenceID(int x)
int getSequenceID() const
std::string getDescription() const
void prepareWrite() noexcept(false) override
int getCycleNumber() const
std::string m_description
int fetchIDLast() noexcept(false)
void setByID(int id) noexcept(false)
std::string getTag() const
void setTag(std::string x)
void insertConfig() noexcept(false)
void fetchData(ODRunConfigCycleInfo *result) noexcept(false)
int fetchID() noexcept(false)
bool operator==(const ODRunConfigCycleInfo &r) const
~ODRunConfigCycleInfo() override
bool operator!=(const ODRunConfigCycleInfo &r) const