library: libMySQL
#include "TMySQLResult.h"

TMySQLResult


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

class TMySQLResult : public TSQLResult

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

Data Members

    private:
MYSQL_RES* fResult query result (rows) MYSQL_FIELD* fFieldInfo info for each field in the row

Class Description

TMySQLResult(void *result)
 MySQL query result.
~TMySQLResult()
 Cleanup MySQL query result.
void Close(Option_t *)
 Close query result.
Bool_t IsValid(Int_t field)
 Check if result set is open and field index within range.
Int_t GetFieldCount()
 Get number of fields in result.
const char * GetFieldName(Int_t field)
 Get name of specified field.
TSQLRow * Next()
 Get next query result row. The returned object must be
 deleted by the user.
TMySQLResult(void *result)

Author: Fons Rademakers 15/02/2000
Last update: root/mysql:$Name: $:$Id: TMySQLResult.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.