12#ifndef ROOT_TMySQLResult
13#define ROOT_TMySQLResult
#define ClassDef(name, id)
const char * GetFieldName(Int_t field)
Get name of specified field.
TSQLRow * Next()
Get next query result row.
void Close(Option_t *opt="")
Close query result.
~TMySQLResult()
Cleanup MySQL query result.
Int_t GetFieldCount()
Get number of fields in result.
Bool_t IsValid(Int_t field)
Check if result set is open and field index within range.
TMySQLResult(void *result)
MySQL query result.