TDbColumnC Class Reference

class TDbColumnC
Public Member Functions
TDbColumnC(const RDbRow &, TDbColNo)
TDbColumnC(const TDbColumn &)
const TDbBlob &Blob()
TInt16 Int16()
TInt32 Int32()
const TInt64 &Int64()
TInt8 Int8()
TBool IsNull()
TPtrC16 PtrC16()
TPtrC8 PtrC8()
TReal32 Real32()
const TReal64 &Real64()
TInt Size()
const TTime &Time()
TUint16 Uint16()
TUint32 Uint32()
TUint8 Uint8()
Private Attributes
const TDbCell *iCell

Constructor & Destructor Documentation

TDbColumnC(const RDbRow &, TDbColNo)

TDbColumnC(const RDbRow &aRow,
TDbColNoaCol
)[inline]

Parameters

const RDbRow & aRow
TDbColNo aCol

TDbColumnC(const TDbColumn &)

TDbColumnC(const TDbColumn &aCol)[inline]

Parameters

const TDbColumn & aCol

Member Functions Documentation

Blob()

const TDbBlob &Blob()const [inline]

Int16()

TInt16 Int16()const [inline]

Int32()

TInt32 Int32()const [inline]

Int64()

const TInt64 &Int64()const [inline]

Int8()

TInt8 Int8()const [inline]

IsNull()

TBool IsNull()const [inline]

PtrC16()

TPtrC16 PtrC16()const [inline]

PtrC8()

TPtrC8 PtrC8()const [inline]

Real32()

TReal32 Real32()const [inline]

Real64()

const TReal64 &Real64()const [inline]

Size()

TInt Size()const [inline]

Time()

const TTime &Time()const [inline]

Uint16()

TUint16 Uint16()const [inline]

Uint32()

TUint32 Uint32()const [inline]

Uint8()

TUint8 Uint8()const [inline]

Member Data Documentation

const TDbCell * iCell

const TDbCell *iCell[private]