library: libTree #include "TTreeResult.h" |
TTreeResult
class description - header file - source file - inheritance tree (.pdf)
private:
void AddField(Int_t field, const char* fieldname)
void AddRow(TSQLRow* row)
Bool_t IsValid(Int_t field)
public:
TTreeResult()
TTreeResult(Int_t nfields)
TTreeResult(const TTreeResult&)
virtual ~TTreeResult()
static TClass* Class()
virtual void Close(Option_t* option = "")
virtual Int_t GetFieldCount()
virtual const char* GetFieldName(Int_t field)
TObjArray* GetRows() const
virtual TClass* IsA() const
virtual TSQLRow* Next()
TTreeResult& operator=(const TTreeResult&)
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
TSQLRow * Next()
Get next query result row. The returned object must be
deleted by the user and becomes invalid when the result set is
closed or deleted.
void AddField(Int_t field, const char *fieldname)
Add field name to result set. This is an internal method that is not
exported via the abstract interface and that should not be user called.
void AddRow(TSQLRow *row)
Adopt a row to result set. This is an internal method that is not
exported via the abstract interface and that should not be user called.
Author: Fons Rademakers 30/11/99
Last update: root/tree:$Name: $:$Id: TTreeResult.cxx,v 1.3 2001/12/08 15:18:36 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - 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.