#include <TSapDBRow.h>
Inheritance diagram for TSapDBRow:

Public Member Functions | |
| TSapDBRow (SQLHSTMT fResult, Int_t nfields) | |
| ~TSapDBRow () | |
| void | Close (Option_t *opt="") |
| ULong_t | GetFieldLength (Int_t field) |
| const char * | GetField (Int_t field) |
Private Member Functions | |
| Bool_t | IsValid (Int_t field) |
Private Attributes | |
| SQLHSTMT | fResult |
| Int_t | fFieldCount |
| ULong_t * | fFieldLength |
| TString * | fFieldValue |
Definition at line 37 of file TSapDBRow.h.
| TSapDBRow::TSapDBRow | ( | SQLHSTMT | fResult, | |
| Int_t | nfields | |||
| ) |
| TSapDBRow::~TSapDBRow | ( | ) |
Definition at line 52 of file TSapDBRow.cxx.
References TObject::Error(), fFieldCount, kFALSE, and kTRUE.
Referenced by GetField(), and GetFieldLength().
| void TSapDBRow::Close | ( | Option_t * | opt = "" |
) | [virtual] |
Implements TSQLRow.
Definition at line 39 of file TSapDBRow.cxx.
References fFieldCount, fFieldLength, fFieldValue, and fResult.
Referenced by ~TSapDBRow().
Implements TSQLRow.
Definition at line 65 of file TSapDBRow.cxx.
References TObject::Error(), fFieldCount, fFieldLength, fResult, i, and IsValid().
| const char * TSapDBRow::GetField | ( | Int_t | field | ) | [virtual] |
Implements TSQLRow.
Definition at line 103 of file TSapDBRow.cxx.
References TObject::Error(), fFieldCount, fFieldValue, fResult, IsValid(), and snprintf.
SQLHSTMT TSapDBRow::fResult [private] |
Definition at line 40 of file TSapDBRow.h.
Referenced by Close(), GetField(), GetFieldLength(), and ~TSapDBRow().
Int_t TSapDBRow::fFieldCount [private] |
Definition at line 41 of file TSapDBRow.h.
Referenced by Close(), GetField(), GetFieldLength(), and IsValid().
ULong_t* TSapDBRow::fFieldLength [private] |
TString* TSapDBRow::fFieldValue [private] |
1.5.1