Interface status: |
deprecated |
|
class TDaColMapFactory;
Description
Constructs maps of columns from one database model to another.
Members
Defined in TDaColMapFactory
:
Interface status: |
deprecated |
Inherited from: TDaColMapFactory |
IMPORT_C static CDaColMap* MakeColMapL(const CDaUserDbDesc &aTarget, const CDaUserDbDesc &aSource);
Description
Constructs a map of columns from one database model to another.
A mapping between a pair of columns is made if the columns are of the same type, and in the case of text columns, if the target
column can fit the size of the source column.
Parameters
Return value
Interface status: |
deprecated |
Inherited from: TDaColMapFactory |
IMPORT_C static CDaColMap* MakeUserColMapL(const CDaUserDbDesc &aTargetDbDesc, const CDaUserDbDesc &aSourceDbDesc);
Description
Constructs a map of columns from one database model to another.
A mapping between a pair of columns is made if the columns are of the same type, or if both are a type of text column.
Parameters
Return value