12 #ifndef ROOT_TSapDBRow 13 #define ROOT_TSapDBRow 17 #if !defined(__CINT__) 29 typedef long SQLHSTMT;
void Close(Option_t *opt="")
Close row.
const char * GetField(Int_t field)
Get specified field from row (0 <= field < GetFieldCount()).
ULong_t GetFieldLength(Int_t field)
Get length in bytes of specified field.
#define ClassDef(name, id)
Bool_t IsValid(Int_t field)
Check if row is open and field index within range.
TSapDBRow(SQLHSTMT fResult, Int_t nfields)
Single row of query result.
~TSapDBRow()
Destroy row object.