library: libCore
#include "TSQLRow.h"

TSQLRow


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

class TSQLRow : public TObject

Inheritance Chart:
TObject
<-
TSQLRow
<-
TMySQLRow
TPgSQLRow
TTreeRow
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    public:
virtual ~TSQLRow() static TClass* Class() virtual void Close(Option_t* option) virtual const char* GetField(Int_t field) const virtual ULong_t GetFieldLength(Int_t field) virtual TClass* IsA() const TSQLRow& operator=(const TSQLRow&) const char* operator[](Int_t field) const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

                                                                      
 TSQLRow                                                              
                                                                      
 Abstract base class defining interface to a row of a SQL query       
 result. Objects of this class are created by TSQLResult methods.     
                                                                      
 Related classes are TSQLServer and TSQLResult.                       
                                                                      




Inline Functions


               void ~TSQLRow()
               void Close(Option_t* option)
            ULong_t GetFieldLength(Int_t field)
        const char* GetField(Int_t field) const
        const char* operator[](Int_t field) const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
           TSQLRow& operator=(const TSQLRow&)


Author: Fons Rademakers 25/11/99
Last update: root/net:$Name: $:$Id: TSQLRow.cxx,v 1.1.1.1 2000/05/16 17:00:44 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.