HDbColRawType
class description - source file - inheritance tree
public:
HDbColRawType HDbColRawType(Int_t l = 255)
HDbColRawType HDbColRawType(HDbColRawType&)
virtual void ~HDbColRawType()
static TClass* Class()
virtual TString getTypeString()
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
HDbColumnType
Base class for Oracle column types
Derived classes are:
HDbColCharType for Oracle type CHAR
HDbColVcType VARCHAR2
HDbColNumType NUMBER
HDbColDateType DATE
HDbColRowidType ROWID
HDbColLongType LONG
HDbColRawType RAW
Because of problems to convert LONG and RAW types to VARCHAR2, the
datatypes LONG and RAW are actually not supported.
HDbColRawType(Int_t l) : HDbColumnType("RAW",l)
Constructor for type RAW (default length 255)
WARNING: This datatype is actually not supported!
TString getTypeString()
Returns the type string, e.g. "RAW(255)"
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
HDbColRawType HDbColRawType(HDbColRawType&)
void ~HDbColRawType()
Last update: 11/09/2000
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.