Location:
DAMMERGE.H
Link against: damodl.lib
class TDaColMapFactory;
Constructs maps of columns from one database model to another.
Defined in TDaColMapFactory
:
MakeColMapL()
, MakeUserColMapL()
static IMPORT_C CDaColMap *MakeColMapL(const CDaUserDbDesc &aTarget, const CDaUserDbDesc &aSource);
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.
|
|
static IMPORT_C CDaColMap *MakeUserColMapL(const CDaUserDbDesc &aTargetDbDesc, const CDaUserDbDesc &aSourceDbDesc);
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.
|
|