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

Public Member Functions | |
| virtual | ~TSQLRow () |
| virtual void | Close (Option_t *option="")=0 |
| virtual ULong_t | GetFieldLength (Int_t field)=0 |
| virtual const char * | GetField (Int_t field)=0 |
| const char * | operator[] (Int_t field) |
| virtual | ~TSQLRow () |
| virtual void | Close (Option_t *option="")=0 |
| virtual ULong_t | GetFieldLength (Int_t field)=0 |
| virtual const char * | GetField (Int_t field)=0 |
| const char * | operator[] (Int_t field) |
Protected Member Functions | |
| TSQLRow () | |
| TSQLRow () | |
Definition at line 32 of file TSQLRow.h.
| virtual void TSQLRow::Close | ( | Option_t * | option = "" |
) | [pure virtual] |
| virtual const char* TSQLRow::GetField | ( | Int_t | field | ) | [pure virtual] |
| const char* TSQLRow::operator[] | ( | Int_t | field | ) | [inline] |
| virtual void TSQLRow::Close | ( | Option_t * | option = "" |
) | [pure virtual] |
| virtual const char* TSQLRow::GetField | ( | Int_t | field | ) | [pure virtual] |
| const char* TSQLRow::operator[] | ( | Int_t | field | ) | [inline] |
1.5.1