TBasketSQL
class description - source file - inheritance tree (.pdf)
    public:
                      TBasketSQL()
                      TBasketSQL(const char* name, const char* title, TBranch* branch, TSQLResult** rs, TString* insert_query, vector<Int_t>* vc, TSQLRow** row)
                      TBasketSQL(const TBasketSQL&)
                      ~TBasketSQL()
       static TClass* Class()
                 void CreateBuffer(const char* name, TString title, vector<Int_t>* vc, TBranch* branch, TSQLResult** rs)
          TSQLResult* GetResultSet()
      virtual TClass* IsA() const
          TBasketSQL& operator=(const TBasketSQL&)
         virtual void PrepareBasket(Long64_t entry)
        virtual Int_t ReadBasketBuffers(Long64_t pos, Int_t len, TFile* file)
        virtual Int_t ReadBasketBytes(Long64_t pos, TFile* file)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
         virtual void Update(Int_t offset, Int_t skipped)
    protected:
      TSQLResult** fResultPtr    !
         TSQLRow** fRowPtr       !
          TString* fInsertQuery  !
                                                                      
 TBasketSQL                                                           
                                                                      
 Implement TBasket for a SQL backend                                  
                                                                      
 TBasketSQL() : TBasket()
 Default constructor
 TBasketSQL(const char *name, const char *title, TBranch *branch, 
                         TSQLResult ** rs, TString *insert_query, 
                         vector<Int_t> *vc, TSQLRow **r) :
  fResultPtr(rs),fRowPtr(r)
 Regular constructor
 ~TBasketSQL()
 Destructor
void CreateBuffer(const char *name, TString title, 
                              vector<Int_t> *vc, 
                              TBranch *branch, TSQLResult ** rs)
 Create a TSQLBuffer for this basket.
void PrepareBasket(Long64_t entry)
 Prepare the basket for the next entry.
Int_t ReadBasketBytes(Long64_t , TFile *)
 See TBasket::ReadBasketBytes.  This is not implemented in TBasketSQL.
Int_t ReadBasketBuffers(Long64_t , Int_t, TFile *)
 See TBasket::ReadBasketBuffers.  This is not implemented in TBasketSQL.
void Update(Int_t, Int_t) 
 See TBasket::Update.
Inline Functions
        TSQLResult* GetResultSet()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
         TBasketSQL TBasketSQL(const TBasketSQL&)
        TBasketSQL& operator=(const TBasketSQL&)
Author: Philippe Canal and al. 08/2004
Last update: root/tree:$Name:  $:$Id: TBasketSQL.cxx,v 1.2 2005/11/11 22:16:04 pcanal 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.