TSQLResult


class description - source file - inheritance tree

class TSQLResult : public TObject


    public:
virtual void ~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() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t fRowCount number of rows in result


See also

TTreeResult

Class Description

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