library: libMySQL
#include "TMySQLRow.h"

TMySQLRow


class description - header file - source file - inheritance tree (.pdf)

class TMySQLRow : public TSQLRow

Inheritance Chart:
TObject
<-
TSQLRow
<-
TMySQLRow
    private:
Bool_t IsValid(Int_t field) public:
TMySQLRow(void* result, ULong_t rowHandle) TMySQLRow(const TMySQLRow&) ~TMySQLRow() static TClass* Class() virtual void Close(Option_t* opt = "") virtual const char* GetField(Int_t field) virtual ULong_t GetFieldLength(Int_t field) virtual TClass* IsA() const TMySQLRow& operator=(const TMySQLRow&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
MYSQL_RES* fResult current result set char** fFields current row ULong_t* fFieldLength length of each field in the row

Class Description

TMySQLRow(void *res, ULong_t rowHandle)
 Single row of query result.
~TMySQLRow()
 Destroy row object.
void Close(Option_t *)
 Close row.
Bool_t IsValid(Int_t field)
 Check if row is open and field index within range.
ULong_t GetFieldLength(Int_t field)
 Get length in bytes of specified field.
const char * GetField(Int_t field)
 Get specified field from row (0 <= field < GetFieldCount()).
TMySQLRow(void *result, ULong_t rowHandle)

Author: Fons Rademakers 15/02/2000
Last update: root/mysql:$Name: $:$Id: TMySQLRow.cxx,v 1.1.1.1 2000/05/16 17:00:58 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.