#include <TSQLClassInfo.h>
Inheritance diagram for TSQLClassColumnInfo:

Public Member Functions | |
| TSQLClassColumnInfo () | |
| TSQLClassColumnInfo (const char *name, const char *sqlname, const char *sqltype) | |
| virtual | ~TSQLClassColumnInfo () |
| virtual const char * | GetName () const |
| const char * | GetSQLName () const |
| const char * | GetSQLType () const |
| TSQLClassColumnInfo () | |
| TSQLClassColumnInfo (const char *name, const char *sqlname, const char *sqltype) | |
| virtual | ~TSQLClassColumnInfo () |
| virtual const char * | GetName () const |
| const char * | GetSQLName () const |
| const char * | GetSQLType () const |
Protected Member Functions | |
| ClassDef (TSQLClassColumnInfo, 1) | |
| ClassDef (TSQLClassColumnInfo, 1) | |
Protected Attributes | |
| TString | fName |
| TString | fSQLName |
| TString | fSQLType |
Definition at line 34 of file TSQLClassInfo.h.
| TSQLClassColumnInfo::TSQLClassColumnInfo | ( | ) |
| TSQLClassColumnInfo::TSQLClassColumnInfo | ( | const char * | name, | |
| const char * | sqlname, | |||
| const char * | sqltype | |||
| ) |
Definition at line 40 of file TSQLClassInfo.cxx.
| TSQLClassColumnInfo::~TSQLClassColumnInfo | ( | ) | [virtual] |
Definition at line 52 of file TSQLClassInfo.cxx.
| TSQLClassColumnInfo::TSQLClassColumnInfo | ( | ) |
| TSQLClassColumnInfo::TSQLClassColumnInfo | ( | const char * | name, | |
| const char * | sqlname, | |||
| const char * | sqltype | |||
| ) |
| virtual TSQLClassColumnInfo::~TSQLClassColumnInfo | ( | ) | [virtual] |
| virtual const char* TSQLClassColumnInfo::GetName | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 43 of file TSQLClassInfo.h.
References TString::Data(), and fName.
Referenced by TSQLFile::CreateClassTable(), and TSQLClassInfo::FindColumn().
| const char* TSQLClassColumnInfo::GetSQLName | ( | ) | const [inline] |
Definition at line 44 of file TSQLClassInfo.h.
References TString::Data(), and fSQLName.
Referenced by TSQLFile::CreateClassTable(), TSQLClassInfo::FindColumn(), and TSQLTableData::HasSQLName().
| const char* TSQLClassColumnInfo::GetSQLType | ( | ) | const [inline] |
Definition at line 45 of file TSQLClassInfo.h.
References TString::Data(), and fSQLType.
Referenced by TSQLFile::CreateClassTable().
| TSQLClassColumnInfo::ClassDef | ( | TSQLClassColumnInfo | , | |
| 1 | ||||
| ) | [protected] |
| virtual const char* TSQLClassColumnInfo::GetName | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 43 of file TSQLClassInfo.h.
References TString::Data(), and fName.
| const char* TSQLClassColumnInfo::GetSQLName | ( | ) | const [inline] |
| const char* TSQLClassColumnInfo::GetSQLType | ( | ) | const [inline] |
| TSQLClassColumnInfo::ClassDef | ( | TSQLClassColumnInfo | , | |
| 1 | ||||
| ) | [protected] |
TString TSQLClassColumnInfo::fName [protected] |
TString TSQLClassColumnInfo::fSQLName [protected] |
TString TSQLClassColumnInfo::fSQLType [protected] |
1.5.1