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