Index

DKAttrMappingFed

Purpose:

DKAttrMappingFed is a specific version of dkAttrMapping class to define an associative mapping between mapped or federated attribute(s) and map-to or back-end native attribute(s).

Class summary:

class DKAttrMappingFed : public dkAttrMapping
{
  public:
    DKAttrMappingFed();
    DKAttrMappingFed(dkSchemaMapping* sm);
    virtual ~DKAttrMappingFed();
};

Members:

Constructors and destructor
A DKAttrMappingFed object can be created by calling the constructor with or without supplying the parameter dkSchemaMapping.
    DKAttrMappingFed();
    DKAttrMappingFed(dkSchemaMapping* sm);
    virtual ~DKAttrMappingFed();
 

(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.