12#ifndef ROOT_TSQLiteRow
13#define ROOT_TSQLiteRow
#define ClassDef(name, id)
Bool_t IsValid(Int_t field)
Check if row is open and field index within range.
~TSQLiteRow()
Destroy row object.
const char * GetField(Int_t field)
Get specified field from row (0 <= field < GetFieldCount()).
TSQLiteRow(void *result, ULong_t rowHandle)
Single row of query result.
void Close(Option_t *opt="")
Close row.
ULong_t GetFieldLength(Int_t field)
Get length in bytes of specified field.