#include <TMySQLRow.h>
Inheritance diagram for TMySQLRow:
Public Member Functions | |
TMySQLRow (void *result, ULong_t rowHandle) | |
~TMySQLRow () | |
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 | |
MYSQL_RES * | fResult |
MYSQL_ROW | fFields |
ULong_t * | fFieldLength |
Definition at line 32 of file TMySQLRow.h.
TMySQLRow::TMySQLRow | ( | void * | result, | |
ULong_t | rowHandle | |||
) |
TMySQLRow::~TMySQLRow | ( | ) |
Definition at line 50 of file TMySQLRow.cxx.
References TObject::Error(), fFields, fResult, kFALSE, and kTRUE.
Referenced by GetField(), and GetFieldLength().
void TMySQLRow::Close | ( | Option_t * | opt = "" |
) | [virtual] |
Implements TSQLRow.
Definition at line 37 of file TMySQLRow.cxx.
References fFieldLength, fFields, and fResult.
Referenced by ~TMySQLRow().
Implements TSQLRow.
Definition at line 66 of file TMySQLRow.cxx.
References TObject::Error(), fFieldLength, fResult, and IsValid().
const char * TMySQLRow::GetField | ( | Int_t | field | ) | [virtual] |
MYSQL_RES* TMySQLRow::fResult [private] |
MYSQL_ROW TMySQLRow::fFields [private] |
Definition at line 36 of file TMySQLRow.h.
Referenced by Close(), GetField(), IsValid(), and ~TMySQLRow().
ULong_t* TMySQLRow::fFieldLength [private] |