|
void * | Use () |
|
void | SetTableFlavor (const char *flavor, int tabID, int parID) |
|
void * | Use (int tabID, int parID) |
|
bool | UseRunLog (StDbTable *table) |
|
char ** | GetComments (St_Table *parentTable) |
|
Int_t | WriteToDb (void *pArray, int tabID) |
|
Int_t | WriteToDb (void *pArray, const char *fullPath, int *idList=0) |
|
StDbTable * | findTable (const char *databaseName) |
|
UInt_t | GetNRows () |
|
Int_t | GetBeginDate () |
|
Int_t | GetBeginTime () |
|
const char * | GetFlavor () |
|
Int_t | GetEndDate () |
|
Int_t | GetEndTime () |
|
UInt_t | GetRequestTimeStamp () |
|
UInt_t | GetBeginTimeStamp () |
|
UInt_t | GetEndTimeStamp () |
|
UInt_t | GetProdTime () |
|
Bool_t | IsZombie () |
|
StTableDescriptorI * | GetTableDescriptor () |
|
void | loadOldDescriptor () |
|
void | SetDateTime (Int_t date, Int_t time) |
|
void | SetRunNumber (Int_t runNumber) |
|
void | SetDictionary (UInt_t nElements, Descriptor *D) |
|
void | SetDictionary (Descriptor *D) |
|
void | SetTableName (const Char_t *table_name) |
|
void | SetStructName (const Char_t *struct_name) |
|
void | SetVersionName (const char *version) |
|
void | SetDataBaseName (const char *dbName) |
|
void | SetStructSize (UInt_t size) |
|
void | SetNRows (UInt_t nRows) |
|
void | SetBeginDate (Int_t BeginDate) |
|
void | SetBeginTime (Int_t BeginTime) |
|
void | SetEndDate (Int_t EndDate) |
|
void | SetEndTime (Int_t EndTime) |
|
void | SetRequestTimeStamp (UInt_t utime) |
|
void | SetBeginTimeStamp (UInt_t utime) |
|
void | SetEndTimeStamp (UInt_t utime) |
|
void | SetProdTime (UInt_t ptime) |
|
void | AddProdTimeOverride (UInt_t ptime, char *dbType=0, char *dbDomain=0) |
|
void | SetFlavor (const char *flavor) |
|
void | SetZombie (Bool_t zombie) |
|
void | addBlacklistedDomain (const char *domainName) |
|
void | setVerbose (int isVerbose) |
|
void | printStatistics () |
|
void | CloseAllConnections () |
|
void | Release () |
|
dbConfig_st * | InitConfig (const char *configName, int &numRows, char *versionName=0) |
|
Definition at line 144 of file StDbBroker.h.