33   : 
TObject(), fName(
name), fSQLName(sqlname), fSQLType(sqltype)
 
   45   : 
TObject(), fClassName(classname), fClassVersion(version), fClassId(classid)
 
  100      if (strcmp(colname, 
name) == 0)
 
void Delete(Option_t *option="") override
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.
 
void SetTableStatus(TObjArray *columns=nullptr, Bool_t israwtable=kFALSE)
set current status of class tables
 
TString fRawTable
! name of table with raw data
 
virtual ~TSQLClassInfo()
destructor
 
Bool_t fRawtableExist
! indicate that raw table is exist
 
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.