Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TSQLDriverInfo Class Reference

#include <RDBC/blob/master/include/RDBC/TSQLDriverInfo.h>

+ Inheritance diagram for TSQLDriverInfo:
+ Collaboration diagram for TSQLDriverInfo:

Public Member Functions

 TSQLDriverInfo (const TString &description, TList *attributes)
 
 ~TSQLDriverInfo ()
 
TString GetDescription () const
 
TList * GetAttributes () const
 
virtual void Print (const Option_t *opt="") const
 
virtual void ls (const Option_t *opt="") const
 

Private Attributes

TList * fAttributes
 
TString fDescription
 

Detailed Description

Definition at line 19 of file TSQLDriverInfo.h.

View newest version in sPHENIX GitHub at line 19 of file TSQLDriverInfo.h

Constructor & Destructor Documentation

TSQLDriverInfo::TSQLDriverInfo ( const TString &  description,
TList *  attributes 
)
TSQLDriverInfo::~TSQLDriverInfo ( )

Definition at line 26 of file TSQLDriverInfo.cxx.

View newest version in sPHENIX GitHub at line 26 of file TSQLDriverInfo.cxx

References fAttributes.

Member Function Documentation

TList* TSQLDriverInfo::GetAttributes ( ) const
inline

Definition at line 30 of file TSQLDriverInfo.h.

View newest version in sPHENIX GitHub at line 30 of file TSQLDriverInfo.h

References fAttributes.

TString TSQLDriverInfo::GetDescription ( ) const
inline

Definition at line 29 of file TSQLDriverInfo.h.

View newest version in sPHENIX GitHub at line 29 of file TSQLDriverInfo.h

References fDescription.

virtual void TSQLDriverInfo::ls ( const Option_t *  opt = "") const
inlinevirtual

Definition at line 32 of file TSQLDriverInfo.h.

View newest version in sPHENIX GitHub at line 32 of file TSQLDriverInfo.h

References Print().

+ Here is the call graph for this function:

void TSQLDriverInfo::Print ( const Option_t *  opt = "") const
virtual

Definition at line 35 of file TSQLDriverInfo.cxx.

View newest version in sPHENIX GitHub at line 35 of file TSQLDriverInfo.cxx

References fAttributes, fDescription, and next.

Referenced by ls().

+ Here is the caller graph for this function:

Member Data Documentation

TList* TSQLDriverInfo::fAttributes
private

Definition at line 22 of file TSQLDriverInfo.h.

View newest version in sPHENIX GitHub at line 22 of file TSQLDriverInfo.h

Referenced by GetAttributes(), Print(), and ~TSQLDriverInfo().

TString TSQLDriverInfo::fDescription
private

Definition at line 23 of file TSQLDriverInfo.h.

View newest version in sPHENIX GitHub at line 23 of file TSQLDriverInfo.h

Referenced by GetDescription(), and Print().


The documentation for this class was generated from the following files: