12 #ifndef ROOT_TMySQLRow
13 #define ROOT_TMySQLRow
TMySQLRow(void *result, ULong_t rowHandle)
void Close(Option_t *opt="")
Close row.
~TMySQLRow()
Destroy row object.
#define ClassDef(name, id)
ULong_t GetFieldLength(Int_t field)
Get length in bytes of specified field.
const char * GetField(Int_t field)
Get specified field from row (0 <= field < GetFieldCount()).
Bool_t IsValid(Int_t field)
Check if row is open and field index within range.