#include <HarpoDB.h>
Public Member Functions | |
HarpoDBRow () | |
virtual | ~HarpoDBRow () |
void | list () |
list all fields with values More... | |
Bool_t | Lookup (const TString field) |
Lookup filed exist. More... | |
Bool_t | GetVal (const TString field, TString &val) |
Return value of existing field in Tstring. More... | |
Bool_t | SetVal (const TString field, TString val) |
Bool_t | SetVal (const TString field, Long_t val) |
Bool_t | SetVal (const TString field, Double_t val) |
dbFields & | GetFields () |
void | SetFields (dbFields f) |
void | Erase (const TString &field) |
Long_t | GetNrun () |
Get method for run number of this record. More... | |
void | SetRun (Long_t r) |
Private Attributes | |
Long_t | run |
dbFields | fields |
|
inline |
|
inline |
Bool_t HarpoDBRow::GetVal | ( | const TString | field, |
TString & | val | ||
) |
Return value of existing field in Tstring.
Definition at line 311 of file HarpoDB.cxx.
void HarpoDBRow::list | ( | ) |
list all fields with values
Definition at line 274 of file HarpoDB.cxx.
Bool_t HarpoDBRow::Lookup | ( | const TString | field | ) |
Lookup filed exist.
Definition at line 299 of file HarpoDB.cxx.
void HarpoDBRow::SetFields | ( | dbFields | f | ) |
|
inline |
Bool_t HarpoDBRow::SetVal | ( | const TString | field, |
TString | val | ||
) |
Bool_t HarpoDBRow::SetVal | ( | const TString | field, |
Long_t | val | ||
) |
Definition at line 332 of file HarpoDB.cxx.
Bool_t HarpoDBRow::SetVal | ( | const TString | field, |
Double_t | val | ||
) |
Definition at line 338 of file HarpoDB.cxx.