#include <TSQLStructure.h>
Inheritance diagram for TSQLColumnData:
Public Member Functions | |
TSQLColumnData () | |
for numeric quotes (double quotes) are not required | |
TSQLColumnData (const char *name, const char *sqltype, const char *value, Bool_t numeric) | |
TSQLColumnData (const char *name, Long64_t value) | |
virtual | ~TSQLColumnData () |
virtual const char * | GetName () const |
const char * | GetType () const |
const char * | GetValue () const |
Bool_t | IsNumeric () const |
ClassDef (TSQLColumnData, 1) | |
TSQLColumnData () | |
for numeric quotes (double quotes) are not required | |
TSQLColumnData (const char *name, const char *sqltype, const char *value, Bool_t numeric) | |
TSQLColumnData (const char *name, Long64_t value) | |
virtual | ~TSQLColumnData () |
virtual const char * | GetName () const |
const char * | GetType () const |
const char * | GetValue () const |
Bool_t | IsNumeric () const |
ClassDef (TSQLColumnData, 1) | |
Protected Attributes | |
TString | fName |
TString | fType |
name of the table column | |
TString | fValue |
type of the table column | |
Bool_t | fNumeric |
value of the table column |
Definition at line 46 of file TSQLStructure.h.
TSQLColumnData::TSQLColumnData | ( | ) |
for numeric quotes (double quotes) are not required
TSQLColumnData::TSQLColumnData | ( | const char * | name, | |
const char * | sqltype, | |||
const char * | value, | |||
Bool_t | numeric | |||
) |
Definition at line 174 of file TSQLStructure.cxx.
TSQLColumnData::TSQLColumnData | ( | const char * | name, | |
Long64_t | value | |||
) |
TSQLColumnData::~TSQLColumnData | ( | ) | [virtual] |
Definition at line 202 of file TSQLStructure.cxx.
TSQLColumnData::TSQLColumnData | ( | ) |
for numeric quotes (double quotes) are not required
TSQLColumnData::TSQLColumnData | ( | const char * | name, | |
const char * | sqltype, | |||
const char * | value, | |||
Bool_t | numeric | |||
) |
TSQLColumnData::TSQLColumnData | ( | const char * | name, | |
Long64_t | value | |||
) |
virtual TSQLColumnData::~TSQLColumnData | ( | ) | [virtual] |
virtual const char* TSQLColumnData::GetName | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 63 of file TSQLStructure.h.
References TString::Data(), and fName.
const char* TSQLColumnData::GetType | ( | ) | const [inline] |
const char* TSQLColumnData::GetValue | ( | ) | const [inline] |
Bool_t TSQLColumnData::IsNumeric | ( | ) | const [inline] |
TSQLColumnData::ClassDef | ( | TSQLColumnData | , | |
1 | ||||
) |
virtual const char* TSQLColumnData::GetName | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 63 of file TSQLStructure.h.
References TString::Data(), and fName.
const char* TSQLColumnData::GetType | ( | ) | const [inline] |
const char* TSQLColumnData::GetValue | ( | ) | const [inline] |
Bool_t TSQLColumnData::IsNumeric | ( | ) | const [inline] |
TSQLColumnData::ClassDef | ( | TSQLColumnData | , | |
1 | ||||
) |
TString TSQLColumnData::fName [protected] |
TString TSQLColumnData::fType [protected] |
TString TSQLColumnData::fValue [protected] |
type of the table column
Definition at line 51 of file TSQLStructure.h.
Referenced by GetValue(), and TSQLColumnData().
Bool_t TSQLColumnData::fNumeric [protected] |