Location:
DAMDBDES.H
Link against: damodl.lib
class TDaUserCol;
A data application user column specification.
Defined in TDaUserCol
:
EDialable
, ExternalizeL()
, InternalizeL()
, IsDialable()
, MapToCDbColSetL()
, SetDialable()
, TDaUserCol()
, TDaUserCol()
, anonymous
, iAttributes
, iDaAttributes
, iDbColNo1
, iDbColNo2
, iMaxLength
, iMaxLinesDE
, iMaxValue
, iMinKeyLength
, iMinValue
, iName
, iPrecision
, iType
, iUId
IMPORT_C TDaUserCol(const TDesC &aName, TDbColType aType, TInt aUId, TInt aMaxLength=KDbUndefinedLength, TInt aMaxLinesDE=KMaxLinesDE);
Constructor with column specification parameters.
|
IMPORT_C void MapToCDbColSetL(CDbColSet &aCDbColSet) const;
Adds the column to a column definition set.
|
IMPORT_C void ExternalizeL(RWriteStream &aSink) const;
Externalises the object.
|
IMPORT_C void InternalizeL(RReadStream &aSource);
Internalises the object.
|
IMPORT_C void SetDialable(TBool aDialable);
Sets/unsets the EDialable attribute.
|
inline TBool IsDialable() const;
Tests if the EDialable attribute is set.
|
TUint iDbColNo2;
Column number.