12 #ifndef ROOT_TSQLiteResult
13 #define ROOT_TSQLiteResult
Modified copy of TSQLiteResult.
const char * GetFieldName(Int_t field) final
Get name of specified field.
KVSQLiteResult(void *result)
SQLite query result.
void Close(Option_t *opt="") final
Close query result.
~KVSQLiteResult()
Cleanup SQLite query result.
Bool_t IsValid(Int_t field)
Check if result set is open and field index within range.
Int_t GetFieldCount() final
Get number of fields in result.
Int_t GetRowCount() const final