library: libSQL
#include "TSQLClassInfo.h"

TSQLClassColumnInfo


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

class TSQLClassColumnInfo : public TObject

Inheritance Chart:
TObject
<-
TSQLClassColumnInfo

    public:
TSQLClassColumnInfo() TSQLClassColumnInfo(const char* name, const char* sqlname, const char* sqltype) TSQLClassColumnInfo(const TSQLClassColumnInfo&) virtual ~TSQLClassColumnInfo() static TClass* Class() virtual const char* GetName() const const char* GetSQLName() const const char* GetSQLType() const virtual TClass* IsA() const TSQLClassColumnInfo& operator=(const TSQLClassColumnInfo&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TString fName TString fSQLName TString fSQLType

Class Description

________________________________________________________________________

 TSQLClassInfo class containes info about tables specific to one class and
 version. It provides names of table for that class. For each version of
 class not more than two tables can exists. Normal table has typically
 name like TH1_ver4 and additional table has name like TH1_raw4
 List of this objects are kept by TSQLFile class

________________________________________________________________________
TSQLClassColumnInfo()
 default constructor
TSQLClassColumnInfo(const char* name, const char* sqlname, const char* sqltype)
 normal constructor
~TSQLClassColumnInfo()
 destructor
TSQLClassColumnInfo()
const char* GetName()
const char* GetSQLName()
const char* GetSQLType()

Author: Sergey Linev 20/11/2005
Last update: root/sql:$Name: $:$Id: TSQLClassInfo.cxx,v 1.4 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.