TSQLRow


class description - source file - inheritance tree

class TSQLRow : public TObject


    public:
virtual void ~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 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





See also

TTreeRow

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 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)
               void ~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 - 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.