#include "hgeomoraconn.h" |
HGeomOraConn
class description - source file - inheritance tree (.pdf)
private:
Int_t checkServerLoad()
char* getPassword()
Bool_t openConnection(char*)
public:
HGeomOraConn()
HGeomOraConn(const HGeomOraConn&)
~HGeomOraConn()
static TClass* Class()
void close()
void commit()
Int_t getActRunId()
Int_t getActRunStart()
const char* getExpLocation() const
const char* getHistoryDate() const
Int_t getRunStart(Int_t)
const char* getSimulRefRun() const
virtual TClass* IsA() const
Bool_t isOpen()
Bool_t isWritable()
Bool_t open()
Bool_t open(char*)
Bool_t open(char*, char*)
HGeomOraConn& operator=(const HGeomOraConn&)
void print()
void rollback()
Bool_t setHistoryDate(const char*)
Bool_t setParamRelease(const char*)
Bool_t setParamRelease(Int_t)
Bool_t setRunId(Int_t id)
Bool_t setSimulRefRun(const char*)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
void showSqlError(char*, char* msg)
void showSqlError(char*, const char* msg)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
char dbName[31] database name (may be a remote database)
char userName[31] name of user
Bool_t isConnected ==kTRUE, if connection is open
Bool_t writable ==kTRUE, if writable
Int_t actRunId actual runId (can be -1 if there are no data in Oracle)
Int_t runStart start time of actual run
char expLocation[31] Beam or simulation run
char historyDate[21] timestamp to retrieve historic data
TString simulRefRun name of simulation reference run
Bool_t needsServerCheck kTRUE before first call to getRunStart
Last update: Mon Feb 5 16:50:49 2007
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.