#include "hdbcolumntype.h"

HDbColRowidType


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

class HDbColRowidType : public HDbColumnType

Inheritance Chart:
TObject
<-
TNamed
<-
HDbColumnType
<-
HDbColRowidType

    public:
HDbColRowidType() HDbColRowidType(const HDbColRowidType&) ~HDbColRowidType() static TClass* Class() virtual TString getNvlSelectString(const char*, const char*, const char*) virtual TString getSelectString(const char*, const char*) virtual TClass* IsA() const HDbColRowidType& operator=(const HDbColRowidType&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

 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.



TString getSelectString(const char* col, const char*)
 Returns the string to convert the rowid column to characters

TString getNvlSelectString(const char* col, const char*, const char* sNull)
 Returns the string to convert the rowid column to characters or the specified
 null string if the column value is null



Inline Functions


                    void ~HDbColRowidType()
         HDbColRowidType HDbColRowidType()
                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
                    void StreamerNVirtual(TBuffer& b)
         HDbColRowidType HDbColRowidType(const HDbColRowidType&)
        HDbColRowidType& operator=(const HDbColRowidType&)


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.