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