12 #ifndef ROOT_TSQLTableInfo 13 #define ROOT_TSQLTableInfo 32 const char* comment =
"SQL table",
33 const char* engine = 0,
34 const char* create_time = 0,
35 const char* update_time = 0);
TString fUpdateTime
table creation time
TString fCreateTime
SQL tables engine name.
virtual void Print(Option_t *option="") const
Prints table and table columns info.
TList * GetColumns() const
const char * GetUpdateTime() const
#define ClassDef(name, id)
The TNamed class is the base class for all named ROOT classes.
virtual ~TSQLTableInfo()
destructor
const char * GetCreateTime() const
TSQLColumnInfo * FindColumn(const char *columnname)
Return column info object of given name.
const char * GetEngine() const
TSQLTableInfo()
table update time
TString fEngine
list of TSQLColumnInfo objects, describing each table column
const char * Data() const