33 :
TObject(), fName(
name), fSQLName(sqlname), fSQLType(sqltype)
45 :
TObject(), fClassName(classname), fClassVersion(version), fClassId(classid)
100 if (strcmp(colname,
name) == 0)
virtual void Delete(Option_t *option="")
Remove all objects from the array AND delete all heap based objects.
Mother of all ROOT objects.
const char * GetSQLName() const
const char * GetName() const final
Returns name of object.
Contains information about tables specific to one class and version.
Int_t FindColumn(const char *name, Bool_t sqlname=kFALSE)
Search for column of that name.
TString fRawTable
! name of table with raw data
virtual ~TSQLClassInfo()
destructor
Bool_t fRawtableExist
! indicate that raw table is exist
void SetTableStatus(TObjArray *columns=0, Bool_t israwtable=kFALSE)
set current status of class tables
TObjArray * fColumns
! name and type of columns - array of TNamed
void SetColumns(TObjArray *columns)
assigns new list of columns
TString fClassTable
! name of table with class data
void Form(const char *fmt,...)
Formats a string using a printf style format descriptor.