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