#include "TSQLObjectData.h"

TSQLObjectInfo


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

class TSQLObjectInfo : public TObject

Inheritance Chart:
TObject
<-
TSQLObjectInfo

    public:
TSQLObjectInfo() TSQLObjectInfo(Long64_t objid, const char* classname, Version_t version) TSQLObjectInfo(const TSQLObjectInfo&) virtual ~TSQLObjectInfo() static TClass* Class() const char* GetObjClassName() const Long64_t GetObjId() const Version_t GetObjVersion() const virtual TClass* IsA() const TSQLObjectInfo& operator=(const TSQLObjectInfo&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Long64_t fObjId TString fClassName Version_t fVersion

Class Description

 TSQLObjectData is used in TBufferSQL2 class in reading procedure.
 It contains data, request from database table for one specifc
 object for one specific class. For instance, when data for
 class TH1 required, requests will be done to
 TH1_ver4 and TH1_streamer_ver4 tables and result of these reuests
 will be kept in single TSQLObjectData instance.

________________________________________________________________________

TSQLObjectInfo() : TObject(), fObjId(0), fClassName(), fVersion(0)

TSQLObjectInfo(Long64_t objid, const char* classname, Version_t version) : TObject(), fObjId(objid), fClassName(classname), fVersion(version)

~TSQLObjectInfo()



Inline Functions


               Long64_t GetObjId() const
            const char* GetObjClassName() const
              Version_t GetObjVersion() const
                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
                   void StreamerNVirtual(TBuffer& b)
         TSQLObjectInfo TSQLObjectInfo(const TSQLObjectInfo&)
        TSQLObjectInfo& operator=(const TSQLObjectInfo&)


Author: Sergey Linev 20/11/2005
Last update: root/sql:$Name: $:$Id: TSQLObjectData.cxx,v 1.4 2006/02/01 18:57:41 pcanal Exp $
Copyright (C) 1995-2005, 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.