29 class TTreeRow :
public TSQLRow {
31 friend class TTreeResult;
32 friend class TTreePlayer;
40 TTreeRow(TSQLRow *original);
41 Bool_t IsValid(Int_t field);
43 TTreeRow(
const TTreeRow&);
44 TTreeRow &operator=(
const TTreeRow&);
48 TTreeRow(Int_t nfields);
49 TTreeRow(Int_t nfields,
const Int_t *fields,
const char *row);
52 void Close(Option_t *option=
"");
53 ULong_t GetFieldLength(Int_t field);
54 const char *GetField(Int_t field);
55 void SetRow(
const Int_t *fields,
const char *row);