TMySQLResult Class Reference

#include <TMySQLResult.h>

Inheritance diagram for TMySQLResult:

TSQLResult TObject TObject List of all members.

Public Member Functions

 TMySQLResult (void *result)
 ~TMySQLResult ()
void Close (Option_t *opt="")
Int_t GetFieldCount ()
const char * GetFieldName (Int_t field)
TSQLRowNext ()

Private Member Functions

Bool_t IsValid (Int_t field)

Private Attributes

MYSQL_RES * fResult
MYSQL_FIELD * fFieldInfo

Detailed Description

Definition at line 32 of file TMySQLResult.h.


Constructor & Destructor Documentation

TMySQLResult::TMySQLResult ( void *  result  ) 

TMySQLResult::~TMySQLResult (  ) 

Definition at line 29 of file TMySQLResult.cxx.

References Close(), and fResult.


Member Function Documentation

Bool_t TMySQLResult::IsValid ( Int_t  field  )  [private]

Definition at line 52 of file TMySQLResult.cxx.

References TObject::Error(), fResult, GetFieldCount(), kFALSE, and kTRUE.

Referenced by GetFieldName().

void TMySQLResult::Close ( Option_t opt = ""  )  [virtual]

Implements TSQLResult.

Definition at line 38 of file TMySQLResult.cxx.

References fFieldInfo, fResult, and TSQLResult::fRowCount.

Referenced by ~TMySQLResult().

Int_t TMySQLResult::GetFieldCount (  )  [virtual]

Implements TSQLResult.

Definition at line 68 of file TMySQLResult.cxx.

References TObject::Error(), and fResult.

Referenced by IsValid().

const char * TMySQLResult::GetFieldName ( Int_t  field  )  [virtual]

Implements TSQLResult.

Definition at line 80 of file TMySQLResult.cxx.

References TObject::Error(), fFieldInfo, fResult, and IsValid().

TSQLRow * TMySQLResult::Next (  )  [virtual]

Implements TSQLResult.

Definition at line 99 of file TMySQLResult.cxx.

References TObject::Error(), fResult, and row.


Member Data Documentation

MYSQL_RES* TMySQLResult::fResult [private]

Definition at line 35 of file TMySQLResult.h.

Referenced by Close(), GetFieldCount(), GetFieldName(), IsValid(), Next(), and ~TMySQLResult().

MYSQL_FIELD* TMySQLResult::fFieldInfo [private]

Definition at line 36 of file TMySQLResult.h.

Referenced by Close(), and GetFieldName().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:43:05 2011 for ROOT_528-00b_version by  doxygen 1.5.1