12 #ifndef ROOT_TSapDBResult 13 #define ROOT_TSapDBResult 17 #if !defined(__CINT__) 29 typedef long int SDWORD;
30 typedef long SQLHSTMT;
const char * GetFieldName(Int_t field)
Get name of specified field.
TSapDBResult(SQLHSTMT fStmt, SDWORD rowCount=0)
SapDB query result.
#define ClassDef(name, id)
TSQLRow * Next()
Get next query result row.
Int_t GetFieldCount()
Get number of fields in result.
~TSapDBResult()
Cleanup SapDB query result.
void Close(Option_t *opt="")
Close query result.
Bool_t IsValid(Int_t field)
Check if result set is open and field index within range.