#include <CdbBdbObject.hh>
Inheritance diagram for CdbBdbObject:

Public Member Functions | |
| const | BdbRef (BdbObject)&objectRef() const |
| Get the object reference. | |
| virtual std::string | id () const |
| An object identifier. | |
| virtual std::string | legacyId () const |
| A 'legacy' object identifier. | |
| virtual std::string | type () const |
| A persistent type name. | |
Protected Member Functions | |
| CdbBdbObject (const CdbConditionPtr &theConditionPtr, const BdbTime &theBeginOriginalValidity, const BdbTime &theEndOriginalValidity, const BdbTime &theBeginValidity, const BdbTime &theEndValidity, const BdbTime &theBeginDuration, const BdbTime &theEndDuration, const BdbTime &theInsertionTime, const BdbHandle(BdbObject)&thePersObj) | |
| The normal constructor... | |
| virtual | ~CdbBdbObject () |
| The destructor. | |
Friends | |
| class | CdbBdbObjectCreator |
It's a "wrapper" implementation on the top of the old Condition/DB API.
Definition at line 17 of file CdbBdbObject.hh.
|
||||||||||||||||||||||||||||||||||||||||
|
The normal constructor... More details...
Definition at line 14 of file CdbBdbObject.cc. |
|
|
The destructor. Is only available for the derived classes and friends to prevent accidental deletion of objects. Definition at line 34 of file CdbBdbObject.cc. |
|
|
Get the object reference.
|
|
|
An object identifier. Implements the corresponding method from the base class.
Implements CdbObject. Definition at line 44 of file CdbBdbObject.cc. |
|
|
A 'legacy' object identifier. Implements the corresponding method from the base class.
Implements CdbObject. Definition at line 50 of file CdbBdbObject.cc. |
|
|
A persistent type name. Implements the corresponding method from the base class.
Implements CdbObject. Definition at line 56 of file CdbBdbObject.cc. |
|
|
Definition at line 19 of file CdbBdbObject.hh. |
1.3-rc3