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