#include <TBasketSQL.h>
Inheritance diagram for TBasketSQL:
Definition at line 30 of file TBasketSQL.h.
TBasketSQL::TBasketSQL | ( | const TBasketSQL & | ) | [private] |
TBasketSQL::TBasketSQL | ( | ) |
Definition at line 39 of file TBasketSQL.cxx.
TBasketSQL::TBasketSQL | ( | const char * | name, | |
const char * | title, | |||
TBranch * | branch, | |||
TSQLResult ** | rs, | |||
TString * | insert_query, | |||
std::vector< Int_t > * | vc, | |||
TSQLRow ** | row | |||
) |
TBasketSQL::~TBasketSQL | ( | ) |
Definition at line 82 of file TBasketSQL.cxx.
TBasketSQL::TBasketSQL | ( | const TBasketSQL & | ) | [private] |
TBasketSQL::TBasketSQL | ( | ) |
TBasketSQL::TBasketSQL | ( | const char * | name, | |
const char * | title, | |||
TBranch * | branch, | |||
TSQLResult ** | rs, | |||
TString * | insert_query, | |||
std::vector< Int_t > * | vc, | |||
TSQLRow ** | row | |||
) |
TBasketSQL::~TBasketSQL | ( | ) |
TBasketSQL& TBasketSQL::operator= | ( | const TBasketSQL & | ) | [private] |
void TBasketSQL::PrepareBasket | ( | Long64_t | entry | ) | [virtual] |
Reimplemented from TBasket.
Definition at line 125 of file TBasketSQL.cxx.
References TBasket::fBranch, TKey::fBufferRef, TBranch::GetTree(), and TBuffer::Reset().
Reimplemented from TBasket.
Definition at line 144 of file TBasketSQL.cxx.
References TObject::Error().
Reimplemented from TBasket.
Definition at line 135 of file TBasketSQL.cxx.
References TObject::Error().
void TBasketSQL::Reset | ( | ) | [virtual] |
Reimplemented from TBasket.
Definition at line 153 of file TBasketSQL.cxx.
References TBasket::Reset().
TSQLResult* TBasketSQL::GetResultSet | ( | ) | [inline] |
Definition at line 52 of file TBasketSQL.h.
References fResultPtr.
Referenced by TTreeSQL::CheckBranch().
void TBasketSQL::CreateBuffer | ( | const char * | name, | |
TString | title, | |||
std::vector< Int_t > * | vc, | |||
TBranch * | branch, | |||
TSQLResult ** | rs | |||
) |
Referenced by TTreeSQL::CheckBasket().
Reimplemented from TBasket.
Definition at line 162 of file TBasketSQL.cxx.
References TKey::fBufferRef, and TBasket::fNevBuf.
TBasketSQL& TBasketSQL::operator= | ( | const TBasketSQL & | ) | [private] |
Reimplemented from TBasket.
Reimplemented from TBasket.
virtual void TBasketSQL::Reset | ( | ) | [virtual] |
Reimplemented from TBasket.
TSQLResult* TBasketSQL::GetResultSet | ( | ) | [inline] |
void TBasketSQL::CreateBuffer | ( | const char * | name, | |
TString | title, | |||
std::vector< Int_t > * | vc, | |||
TBranch * | branch, | |||
TSQLResult ** | rs | |||
) |
TSQLResult** TBasketSQL::fResultPtr [protected] |
TSQLRow** TBasketSQL::fRowPtr [protected] |
Definition at line 39 of file TBasketSQL.h.
TString* TBasketSQL::fInsertQuery [protected] |
Definition at line 40 of file TBasketSQL.h.
TSQLResult** TBasketSQL::fResultPtr [protected] |
Definition at line 38 of file TBasketSQL.h.
TSQLRow** TBasketSQL::fRowPtr [protected] |
Definition at line 39 of file TBasketSQL.h.
TString* TBasketSQL::fInsertQuery [protected] |
Definition at line 40 of file TBasketSQL.h.