| library: libCore #include "TSQLRow.h" |
| Inheritance Chart: | ||||||||||||||||||||||
|
public:
virtual ~TSQLRow()
static TClass* Class()
virtual void Close(Option_t* option = "")
virtual const char* GetField(Int_t field)
virtual ULong_t GetFieldLength(Int_t field)
virtual TClass* IsA() const
TSQLRow& operator=(const TSQLRow&)
const char* operator[](Int_t field)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TSQLRow
Abstract base class defining interface to a row of a SQL query
result. Objects of this class are created by TSQLResult methods.
Related classes are TSQLServer and TSQLResult.