#include <IDbSchema.h>
|
virtual void | create ()=0 |
|
virtual bool | exists ()=0 |
|
virtual void | insert (const std::string &name, cond::Time_t validity, const std::string &description, const std::string &release, const boost::posix_time::ptime &snapshotTime, const boost::posix_time::ptime &insertionTime)=0 |
|
virtual bool | select (const std::string &name)=0 |
|
virtual bool | select (const std::string &name, cond::Time_t &validity, boost::posix_time::ptime &snapshotTime)=0 |
|
virtual bool | select (const std::string &name, cond::Time_t &validity, std::string &description, std::string &release, boost::posix_time::ptime &snapshotTime)=0 |
|
virtual void | update (const std::string &name, cond::Time_t validity, const std::string &description, const std::string &release, const boost::posix_time::ptime &snapshotTime, const boost::posix_time::ptime &insertionTime)=0 |
|
virtual | ~IGTTable () |
|
Definition at line 153 of file IDbSchema.h.
◆ ~IGTTable()
virtual cond::persistency::IGTTable::~IGTTable |
( |
| ) |
|
|
inlinevirtual |
◆ create()
virtual void cond::persistency::IGTTable::create |
( |
| ) |
|
|
pure virtual |
◆ exists()
virtual bool cond::persistency::IGTTable::exists |
( |
| ) |
|
|
pure virtual |
◆ insert()
virtual void cond::persistency::IGTTable::insert |
( |
const std::string & |
name, |
|
|
cond::Time_t |
validity, |
|
|
const std::string & |
description, |
|
|
const std::string & |
release, |
|
|
const boost::posix_time::ptime & |
snapshotTime, |
|
|
const boost::posix_time::ptime & |
insertionTime |
|
) |
| |
|
pure virtual |
◆ select() [1/3]
virtual bool cond::persistency::IGTTable::select |
( |
const std::string & |
name | ) |
|
|
pure virtual |
◆ select() [2/3]
virtual bool cond::persistency::IGTTable::select |
( |
const std::string & |
name, |
|
|
cond::Time_t & |
validity, |
|
|
boost::posix_time::ptime & |
snapshotTime |
|
) |
| |
|
pure virtual |
◆ select() [3/3]
virtual bool cond::persistency::IGTTable::select |
( |
const std::string & |
name, |
|
|
cond::Time_t & |
validity, |
|
|
std::string & |
description, |
|
|
std::string & |
release, |
|
|
boost::posix_time::ptime & |
snapshotTime |
|
) |
| |
|
pure virtual |
◆ update()
virtual void cond::persistency::IGTTable::update |
( |
const std::string & |
name, |
|
|
cond::Time_t |
validity, |
|
|
const std::string & |
description, |
|
|
const std::string & |
release, |
|
|
const boost::posix_time::ptime & |
snapshotTime, |
|
|
const boost::posix_time::ptime & |
insertionTime |
|
) |
| |
|
pure virtual |