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