12#ifndef ROOT_TSQLiteRow 
   13#define ROOT_TSQLiteRow 
#define ClassDefOverride(name, id)
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
 
sqlite3_stmt * fResult
! current result set
 
const char * GetField(Int_t field) final
Get specified field from row (0 <= field < GetFieldCount()).
 
~TSQLiteRow()
Destroy row object.
 
TSQLiteRow(void *result, ULong_t rowHandle)
Single row of query result.
 
ULong_t GetFieldLength(Int_t field) final
Get length in bytes of specified field.
 
void Close(Option_t *opt="") final
Close row.