![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/dbase/dbInterface/FairDbTableRow.h>
Inheritance diagram for FairDbTableRow:
Collaboration diagram for FairDbTableRow:Public Member Functions | |
| FairDbTableRow () | |
| FairDbTableRow (const FairDbTableRow &from) | |
| virtual | ~FairDbTableRow () |
| virtual Bool_t | CanL2Cache () const |
| virtual Int_t | GetAggregateNo () const |
| FairDbResult * | GetOwner () const |
| virtual FairDbTableRow * | CreateTableRow () const =0 |
| virtual UInt_t | GetIndex (UInt_t defIndex) const |
| void | SetOwner (FairDbResult *owner) |
| virtual void | Fill (FairDbResultSet &rs, const FairDbValidityRec *vrec)=0 |
| virtual void | Store (FairDbOutRowStream &, const FairDbValidityRec *) const |
Private Attributes | |
| FairDbResult * | fOwner |
| The owning FairDbResult, if any. | |
Definition at line 14 of file FairDbTableRow.h.
View newest version in sPHENIX GitHub at line 14 of file FairDbTableRow.h
| FairDbTableRow::FairDbTableRow | ( | ) |
| FairDbTableRow::FairDbTableRow | ( | const FairDbTableRow & | from | ) |
Definition at line 12 of file FairDbTableRow.cxx.
View newest version in sPHENIX GitHub at line 12 of file FairDbTableRow.cxx
|
virtual |
Definition at line 18 of file FairDbTableRow.cxx.
View newest version in sPHENIX GitHub at line 18 of file FairDbTableRow.cxx
|
inlinevirtual |
Definition at line 25 of file FairDbTableRow.h.
View newest version in sPHENIX GitHub at line 25 of file FairDbTableRow.h
|
pure virtual |
Implemented in FairDbLogEntry, FairDbValidityRec, and FairDbConfigSet.
Referenced by ClassImp().
Here is the caller graph for this function:
|
pure virtual |
Implemented in FairDbLogEntry, FairDbValidityRec, and FairDbConfigSet.
Referenced by ClassImp().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in FairDbLogEntry, FairDbValidityRec, and FairDbConfigSet.
Definition at line 26 of file FairDbTableRow.h.
View newest version in sPHENIX GitHub at line 26 of file FairDbTableRow.h
Referenced by FairDbResult::BuildLookUpTable().
Here is the caller graph for this function:
|
inlinevirtual |
Definition at line 29 of file FairDbTableRow.h.
View newest version in sPHENIX GitHub at line 29 of file FairDbTableRow.h
Referenced by FairDbResult::BuildLookUpTable().
Here is the caller graph for this function:
|
inline |
Definition at line 27 of file FairDbTableRow.h.
View newest version in sPHENIX GitHub at line 27 of file FairDbTableRow.h
References fOwner.
Referenced by FairDbResult::BuildLookUpTable(), and FairDbResultAgg::GetValidityRec().
Here is the caller graph for this function:
|
inline |
Definition at line 32 of file FairDbTableRow.h.
View newest version in sPHENIX GitHub at line 32 of file FairDbTableRow.h
References fOwner.
Referenced by ClassImp().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in FairDbLogEntry, FairDbValidityRec, and FairDbConfigSet.
Definition at line 37 of file FairDbTableRow.h.
View newest version in sPHENIX GitHub at line 37 of file FairDbTableRow.h
Referenced by FairDbSqlValPacket::AddRow().
Here is the caller graph for this function:
|
private |
The owning FairDbResult, if any.
Definition at line 45 of file FairDbTableRow.h.
View newest version in sPHENIX GitHub at line 45 of file FairDbTableRow.h
Referenced by GetOwner(), and SetOwner().