TSQLColumnData Class Reference

#include <TSQLStructure.h>

Inheritance diagram for TSQLColumnData:

TObject TObject List of all members.

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

Detailed Description

Definition at line 46 of file TSQLStructure.h.


Constructor & Destructor Documentation

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 
)

Definition at line 189 of file TSQLStructure.cxx.

References TString::Form(), and fValue.

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]


Member Function Documentation

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]

Definition at line 64 of file TSQLStructure.h.

References TString::Data(), and fType.

const char* TSQLColumnData::GetValue (  )  const [inline]

Definition at line 65 of file TSQLStructure.h.

References TString::Data(), and fValue.

Bool_t TSQLColumnData::IsNumeric (  )  const [inline]

Definition at line 66 of file TSQLStructure.h.

References fNumeric.

TSQLColumnData::ClassDef ( TSQLColumnData  ,
 
)

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]

Definition at line 64 of file TSQLStructure.h.

References TString::Data(), and fType.

const char* TSQLColumnData::GetValue (  )  const [inline]

Definition at line 65 of file TSQLStructure.h.

References TString::Data(), and fValue.

Bool_t TSQLColumnData::IsNumeric (  )  const [inline]

Definition at line 66 of file TSQLStructure.h.

References fNumeric.

TSQLColumnData::ClassDef ( TSQLColumnData  ,
 
)


Member Data Documentation

TString TSQLColumnData::fName [protected]

Definition at line 49 of file TSQLStructure.h.

Referenced by GetName().

TString TSQLColumnData::fType [protected]

name of the table column

Definition at line 50 of file TSQLStructure.h.

Referenced by GetType().

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]

value of the table column

Definition at line 52 of file TSQLStructure.h.

Referenced by IsNumeric().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:47:03 2011 for ROOT_528-00b_version by  doxygen 1.5.1