|
||
Interface status: | deprecated |
class TDaUserCol;
A data application user column specification.
Defined in TDaUserCol
:
EDialable
Dialable flag. ExternalizeL(RWriteStream &)const
Externalises the object.InternalizeL(RReadStream &)
Internalises the object.IsDialable()const
Tests if the EDialable attribute is set.MapToCDbColSetL(CDbColSet &)const
Adds the column to a column definition set.SetDialable(TBool)
Sets/unsets the EDialable attribute.TDaUserCol()
Default constructor. TDaUserCol(const TDesC &,TDbColType,TInt,TInt,TInt)
Constructor with column specification parameters.anonymous
Defines a dialable flag. iAttributes
Column flags. iDaAttributes
Column data application flags. iDbColNo1
Column number. iDbColNo2
Column number. iMaxLength
Maximum length. iMaxLinesDE
Maximum number of lines. iMaxValue
Maximum value. iMinKeyLength
Minimum key length. iMinValue
Minimum value. iName
Column name. iPrecision
Number of decimal places. iType
Column type. iUId
Column UID. Interface status: | deprecated | Inherited from: TDaUserCol |
IMPORT_C TDaUserCol(const TDesC &aName, TDbColType aType, TInt aUId, TInt aMaxLength=KDbUndefinedLength, TInt aMaxLinesDE=KMaxLinesDE);
Constructor with column specification parameters.
|
Interface status: | deprecated | Inherited from: TDaUserCol |
IMPORT_C TDaUserCol();
Default constructor.
Interface status: | deprecated | Inherited from: TDaUserCol |
IMPORT_C void MapToCDbColSetL(CDbColSet &aCDbColSet) const;
Adds the column to a column definition set.
|
Interface status: | deprecated | Inherited from: TDaUserCol |
IMPORT_C void ExternalizeL(RWriteStream &aSink) const;
Externalises the object.
|
Interface status: | deprecated | Inherited from: TDaUserCol |
IMPORT_C void InternalizeL(RReadStream &aSource);
Internalises the object.
|
Interface status: | deprecated | Inherited from: TDaUserCol |
IMPORT_C void SetDialable(TBool aDialable);
Sets/unsets the EDialable attribute.
|
Interface status: | deprecated | Inherited from: TDaUserCol |
inline TBool IsDialable() const;
Tests if the EDialable attribute is set.
|
Interface status: | deprecated | Inherited from: TDaUserCol |
n/a
Defines a dialable flag.
|
Interface status: | deprecated | Inherited from: TDaUserCol |
TBuf< KDbMaxColName > iName;
Column name.
Interface status: | deprecated | Inherited from: TDaUserCol |
TInt iMaxLength;
Maximum length.
Interface status: | deprecated | Inherited from: TDaUserCol |
TUint iAttributes;
Column flags.
Interface status: | deprecated | Inherited from: TDaUserCol |
TUint iDaAttributes;
Column data application flags.
Interface status: | deprecated | Inherited from: TDaUserCol |
TInt iMinKeyLength;
Minimum key length.
Interface status: | deprecated | Inherited from: TDaUserCol |
TInt iMaxLinesDE;
Maximum number of lines.
Interface status: | deprecated | Inherited from: TDaUserCol |
TInt iPrecision;
Number of decimal places.
Interface status: | deprecated | Inherited from: TDaUserCol |
TUint iDbColNo2;
Column number.