12 #ifndef ROOT_TMySQLRow
13 #define ROOT_TMySQLRow
19 class TMySQLRow :
public TSQLRow {
24 ULong_t *fFieldLength;
26 Bool_t IsValid(Int_t field);
29 TMySQLRow(
void *result, ULong_t rowHandle);
32 void Close(Option_t *opt=
"");
33 ULong_t GetFieldLength(Int_t field);
34 const char *GetField(Int_t field);