12#ifndef ROOT_TSQLiteResult
13#define ROOT_TSQLiteResult
#define ClassDefOverride(name, id)
void Close(Option_t *opt="") final
Close query result.
const char * GetFieldName(Int_t field) final
Get name of specified field.
Int_t GetRowCount() const final
SQLite can not determine the row count for a Query, return -1 instead.
~TSQLiteResult()
Cleanup SQLite query result.
TSQLRow * Next() final
Get next query result row.
Int_t GetFieldCount() final
Get number of fields in result.
Bool_t IsValid(Int_t field)
Check if result set is open and field index within range.