library: libSQL
#include "TSQLObjectData.h"

TSQLObjectInfo


class description - header file - 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_raw4 tables and result of these requests
 will be kept in single TSQLObjectData instance.

________________________________________________________________________
TSQLObjectInfo()
TSQLObjectInfo(Long64_t objid, const char* classname, Version_t version)
~TSQLObjectInfo()
TSQLObjectInfo()
Long64_t GetObjId()
const char* GetObjClassName()
Version_t GetObjVersion()

Author: Sergey Linev 20/11/2005
Last update: root/sql:$Name: $:$Id: TSQLObjectData.cxx,v 1.8 2006/06/22 08:21:22 brun 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.