BrDbDetector
class description - source file - inheritance tree
public:
BrDbDetector BrDbDetector(const Char_t* name, Int_t typeId = -1, Int_t sectorId = -1, Int_t maintainerId = -1)
BrDbDetector BrDbDetector(BrDbDetector&)
void ~BrDbDetector()
static TClass* Class()
static BrDbQuery* Create()
virtual Int_t GetMaintainerID() const
virtual const Char_t* GetName() const
virtual Int_t GetSectorID() const
virtual Int_t GetTypeID() const
virtual BrDbQuery* Insert()
virtual TClass* IsA() const
static TObjArray* MultipleInstance(TSQLResult*)
virtual void SetMaintainerID(Int_t id)
virtual void SetName(const Char_t* name)
virtual void SetSectorID(Int_t id)
virtual void SetTypeID(Int_t id)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
static BrDbDetector* SingleInstance(TSQLRow*)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Char_t fName[64] Name of Detector
Int_t fTypeID Reference to type
Int_t fSectorID Reference to sector
Int_t fMaintainerID Reference to maintainer
public:
static const Char_t* kTableName
Class BrDbDetector
Rep of a Detector inside and outside of Database.
BrDbDetector(const Char_t* name,
Int_t typeId,
Int_t sectorId,
Int_t maintainerId)
BrDbDetector* SingleInstance(TSQLRow* row)
Returns an instance of a BrDbDetector. User needs to store this
object imidiatly.
MultipleInstance(TSQLResult* res)
Returns an (1D) array of BrDbDetectors matching Query that made the
TSQLResult. User need to store this immediately.
Create(void)
Insert(void)
SetName(const Char_t* name)
Inline Functions
void SetTypeID(Int_t id)
void SetSectorID(Int_t id)
void SetMaintainerID(Int_t id)
const Char_t* GetName() const
Int_t GetTypeID() const
Int_t GetSectorID() const
Int_t GetMaintainerID() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
BrDbDetector BrDbDetector(BrDbDetector&)
void ~BrDbDetector()
|