#include <DbiRecord.h>
Public Member Functions | |
| DbiRecord () | |
| virtual | ~DbiRecord () |
| void | AddTableRowNames (std::set< std::string > &names) const |
| void | AdoptKey (DbiResultKey *key) |
| const DbiResultKey * | DeleteKey (const DbiResultKey *key) |
Private Member Functions | |
| Bool_t | CompareTableRowKeys (const DbiRecord *that, const std::string &tableRow, std::ostream *os) const |
| DbiRecord (const DbiRecord &) | |
Private Attributes | |
| TList | fKeys |
| Current collection of DbiResultKeys. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const DbiRecord &rec) |
Definition at line 35 of file DbiRecord.h.
| DbiRecord::DbiRecord | ( | ) |
| virtual DbiRecord::~DbiRecord | ( | ) | [virtual] |
| DbiRecord::DbiRecord | ( | const DbiRecord & | ) | [inline, private] |
| void DbiRecord::AddTableRowNames | ( | std::set< std::string > & | names | ) | const |
| void DbiRecord::AdoptKey | ( | DbiResultKey * | key | ) |
| const DbiResultKey* DbiRecord::DeleteKey | ( | const DbiResultKey * | key | ) |
| Bool_t DbiRecord::CompareTableRowKeys | ( | const DbiRecord * | that, | |
| const std::string & | tableRow, | |||
| std::ostream * | os | |||
| ) | const [private] |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const DbiRecord & | rec | |||
| ) | [friend] |
TList DbiRecord::fKeys [private] |
1.4.7