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