#include <IDbSchema.h>
Definition at line 55 of file IDbSchema.h.
◆ ~IPayloadTable()
virtual cond::persistency::IPayloadTable::~IPayloadTable |
( |
| ) |
|
|
inlinevirtual |
◆ create()
virtual void cond::persistency::IPayloadTable::create |
( |
| ) |
|
|
pure virtual |
◆ exists()
virtual bool cond::persistency::IPayloadTable::exists |
( |
| ) |
|
|
pure virtual |
◆ getType()
virtual bool cond::persistency::IPayloadTable::getType |
( |
const cond::Hash & |
payloadHash, |
|
|
std::string & |
objectType |
|
) |
| |
|
pure virtual |
◆ insertIfNew()
virtual cond::Hash cond::persistency::IPayloadTable::insertIfNew |
( |
const std::string & |
objectType, |
|
|
const cond::Binary & |
payloadData, |
|
|
const cond::Binary & |
streamerInfoData, |
|
|
const boost::posix_time::ptime & |
insertionTime |
|
) |
| |
|
pure virtual |
◆ select()
virtual bool cond::persistency::IPayloadTable::select |
( |
const cond::Hash & |
payloadHash, |
|
|
std::string & |
objectType, |
|
|
cond::Binary & |
payloadData, |
|
|
cond::Binary & |
streamerInfoData |
|
) |
| |
|
pure virtual |