TTreeResult
class description - source file - inheritance tree
private:
void AddField(Int_t field, const char* fieldname)
void AddRow(TSQLRow* row)
Bool_t IsValid(Int_t field)
public:
TTreeResult(Int_t nfields)
TTreeResult(const TTreeResult&)
TTreeResult()
virtual ~TTreeResult()
static TClass* Class()
virtual void Close(Option_t* option)
virtual Int_t GetFieldCount()
virtual const char* GetFieldName(Int_t field) const
TObjArray* GetRows() const
virtual TClass* IsA() const
virtual TSQLRow* Next()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t fColumnCount number of columns in result
TString* fFields [fColumnCount] array containing field strings
TObjArray* fResult query result (TTreeRow objects)
Int_t fNextRow row iterator
Last update: Fri May 14 13:32:45 2004
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.