#include "hdbcolumntype.h" |
HDbColLongType
class description - source file - inheritance tree (.pdf)
public:
HDbColLongType(Int_t l = 32767)
HDbColLongType(const HDbColLongType&)
~HDbColLongType()
static TClass* Class()
virtual TClass* IsA() const
HDbColLongType& operator=(const HDbColLongType&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(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.
HDbColLongType(Int_t l) : HDbColumnType("LONG",l)
Constructor for type LONG (default length 32767)
WARNING: This datatype is actually not supported!
Inline Functions
void ~HDbColLongType()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HDbColLongType HDbColLongType(const HDbColLongType&)
HDbColLongType& operator=(const HDbColLongType&)
Last update: 11/09/2000
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.