FEDRA emulsion software from the OPERA Collaboration
|
#include <TOracleServerE.h>
Public Member Functions | |
Int_t | AddBasetracks (EdbPattern &pat, char *id_eventbrick, char *id_zone) |
Int_t | AddBrick (char *id, char *minx, char *maxx, char *miny, char *maxy, char *minz, char *maxz) |
Int_t | AddPlate (char *data) |
Int_t | AddProcessOperation (char *id_machine, char *id_programsettings, char *id_requester, char *id_parent_operation, char *id_eventbrick, char *id_plate, char *driverlevel, char *templatemarks, char *starttime, char *finishtime, char *success) |
Int_t | AddZone (char *data) |
Int_t | AddZone (EdbPattern &pat, char *data1, char *data2) |
Int_t | GetProcessOperationID (char *id_eventbrick, char *id) |
Int_t | GetProcessOperationID (char *id_programsettings, char *id_eventbrick, char *id_plate, char *id) |
Int_t | ReadBasetracksPattern (char *selection, EdbPattern &pat) |
Int_t | ReadCalibration (int id_brick, EdbPatternsVolume &vol) |
Int_t | ReadDataSet (ULong64_t id_parent_op, int id_brick, EdbPatternsVolume &vol) |
Int_t | ReadMicrotracksPattern (char *selection, EdbPattern &pat) |
Int_t | ReadVolume (char *id_volume, EdbPatternsVolume &vol) |
Int_t | ReadVolume (ULong64_t id_volume, EdbPatternsVolume &vol) |
bool | ReadZplate (int id_plate, int id_eventbrick, EdbPattern &pat) |
TOracleServerE (const char *db, const char *uid, const char *pw) | |
Int_t | UpdatePlate (char *id_eventbrick, char *id_plate, char *calibration) |
~TOracleServerE () | |
![]() | |
void | Close (Option_t *opt="") |
Int_t | CreateDataBase (const char *dbname) |
Int_t | DropDataBase (const char *dbname) |
TSQLResult * | GetColumns (const char *dbname, const char *table, const char *wild=0) |
TSQLResult * | GetDataBases (const char *wild=0) |
TSQLResult * | GetTables (const char *dbname, const char *wild=0) |
Int_t | PrintResult () |
Int_t | PrintResultStr (TString &result) |
TSQLResult * | Query (const char *sql) |
Int_t | QueryTree (char *query, TTree *tree, char *leafs=0) |
Int_t | Reload () |
Int_t | SelectDataBase (const char *dbname) |
const char * | ServerInfo () |
Int_t | Shutdown () |
TOracleServer (const char *db, const char *uid, const char *pw) | |
~TOracleServer () | |
|
inline |
|
inline |
Int_t TOracleServerE::AddBasetracks | ( | EdbPattern & | pat, |
char * | id_eventbrick, | ||
char * | id_zone | ||
) |
Int_t TOracleServerE::AddBrick | ( | char * | id, |
char * | minx, | ||
char * | maxx, | ||
char * | miny, | ||
char * | maxy, | ||
char * | minz, | ||
char * | maxz | ||
) |
Int_t TOracleServerE::AddPlate | ( | char * | data | ) |
Int_t TOracleServerE::AddProcessOperation | ( | char * | id_machine, |
char * | id_programsettings, | ||
char * | id_requester, | ||
char * | id_parent_operation, | ||
char * | id_eventbrick, | ||
char * | id_plate, | ||
char * | driverlevel, | ||
char * | templatemarks, | ||
char * | starttime, | ||
char * | finishtime, | ||
char * | success | ||
) |
Int_t TOracleServerE::AddZone | ( | char * | data | ) |
Int_t TOracleServerE::AddZone | ( | EdbPattern & | pat, |
char * | data1, | ||
char * | data2 | ||
) |
Int_t TOracleServerE::GetProcessOperationID | ( | char * | id_eventbrick, |
char * | id | ||
) |
Int_t TOracleServerE::GetProcessOperationID | ( | char * | id_programsettings, |
char * | id_eventbrick, | ||
char * | id_plate, | ||
char * | id | ||
) |
Int_t TOracleServerE::ReadBasetracksPattern | ( | char * | selection, |
EdbPattern & | pat | ||
) |
!! a kind of hack
Int_t TOracleServerE::ReadCalibration | ( | int | id_brick, |
EdbPatternsVolume & | vol | ||
) |
Int_t TOracleServerE::ReadDataSet | ( | ULong64_t | id_parent_op, |
int | id_brick, | ||
EdbPatternsVolume & | vol | ||
) |
Int_t TOracleServerE::ReadMicrotracksPattern | ( | char * | selection, |
EdbPattern & | pat | ||
) |
!! a kind of hack
Int_t TOracleServerE::ReadVolume | ( | char * | id_volume, |
EdbPatternsVolume & | vol | ||
) |
Int_t TOracleServerE::ReadVolume | ( | ULong64_t | id_volume, |
EdbPatternsVolume & | vol | ||
) |
bool TOracleServerE::ReadZplate | ( | int | id_plate, |
int | id_eventbrick, | ||
EdbPattern & | pat | ||
) |
Int_t TOracleServerE::UpdatePlate | ( | char * | id_eventbrick, |
char * | id_plate, | ||
char * | calibration | ||
) |