TSQLResult
class description - source file - inheritance tree (.pdf)
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.
    public:
                  virtual ~TSQLResult()
           static TClass* Class()
             virtual void Close(Option_t* option = "")
            virtual Int_t GetFieldCount()
      virtual const char* GetFieldName(Int_t field) const
                    Int_t GetRowCount() const
          virtual TClass* IsA() const
         virtual TSQLRow* Next()
              TSQLResult& operator=(const TSQLResult&)
             virtual void ShowMembers(TMemberInspector& insp, char* parent)
             virtual void Streamer(TBuffer& b)
                     void StreamerNVirtual(TBuffer& b)
    protected:
      Int_t fRowCount  number of rows in result
                                                                      
 TSQLResult                                                           
                                                                      
 Abstract base class defining interface to a SQL query result.        
 Objects of this class are created by TSQLServer methods.             
                                                                      
 Related classes are TSQLServer and TSQLRow.                          
                                                                      
Inline Functions
               void ~TSQLResult()
               void Close(Option_t* option = "")
              Int_t GetFieldCount()
        const char* GetFieldName(Int_t field) const
              Int_t GetRowCount() const
           TSQLRow* Next()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
        TSQLResult& operator=(const TSQLResult&)
Author: Fons Rademakers 25/11/99
Last update: root/net:$Name:  $:$Id: TSQLResult.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.