Analysis Software
Documentation for sPHENIX simulation software
|
#include <RDBC/blob/master/include/RDBC/TSQLDriverInfo.h>
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 |
Definition at line 19 of file TSQLDriverInfo.h.
View newest version in sPHENIX GitHub at line 19 of file TSQLDriverInfo.h
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.
|
inline |
Definition at line 30 of file TSQLDriverInfo.h.
View newest version in sPHENIX GitHub at line 30 of file TSQLDriverInfo.h
References fAttributes.
|
inline |
Definition at line 29 of file TSQLDriverInfo.h.
View newest version in sPHENIX GitHub at line 29 of file TSQLDriverInfo.h
References fDescription.
|
inlinevirtual |
Definition at line 32 of file TSQLDriverInfo.h.
View newest version in sPHENIX GitHub at line 32 of file TSQLDriverInfo.h
References Print().
|
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().
|
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().
|
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().