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