PowerCenter
- PowerCenter 10.4.0
- All Products
This rule set...
| Creates these links...
|
---|---|
All Ports
Named:ITEM_DESC (TO) DESCRIPTION
Named:PRICE (TO) ITEM_PRICE
DataType:decimal
EXCLUDE Foreign Key
| ITEM_ID links to ITEM_ID
ITEM_NAME links to ITEM_NAME
ITEM_DESC links to DESCRIPTION
PRICE links to PRICE
DISCONTINUED_FLAG links to DISCONTINUED_FLAG
The All Ports rule creates links for all ports. The Named Port rules for ITEM_DESC and PRICE override the All Ports rule. The Datatype rule overrides the Named Port rule for PRICE. The Exclude Foreign Key rule removes the links for the foreign key ports.
|
Named:ITEM_DESC (TO) DESCRIPTION
Named:PRICE (TO) ITEM_PRICE
EXCLUDE Pattern:^ITEM.*$ (TO) $0
| PRICE links to ITEM_PRICE
The Named Port rules create links for ITEM_DESC and PRICE. However, the Exclude Pattern rule removes the link for ports that start with the string
ITEM .
|
Pattern:^ITEM.*_.*$ (TO) $0_IN
EXCLUDE Primary Key
Foreign Key
| ITEM_NAME links to ITEM_NAME_IN
ITEM_DESC links to ITEM_DESC_IN
MANUFACTURER_ID links to MANUFACTURER_ID
DISTRIBUTOR_ID links to DISTRIBUTOR_ID
The Pattern rule creates links for ITEM_ID, ITEM_NAME, and ITEM_DESC. However, the Exclude Primary Key rule removes the link for ITEM_ID. The Foreign Key rule creates links for MANUFACTURER_ID and DISTRIBUTOR_ID.
|