com.informatica.powercenter.sdk.mapfwk.core
Class FKSelectionStrategy

java.lang.Object
  extended by com.informatica.powercenter.sdk.mapfwk.core.FKSelectionStrategy
All Implemented Interfaces:
PropogateStrategy

public class FKSelectionStrategy
extends java.lang.Object
implements PropogateStrategy

Propogate Strategy to propogate only foreign keys

See Also:
DataTypeStrategy, AllColumnsStrategy, FKSelectionStrategy, PatternMatchStrategy, ExcludedColumnStrategy, SelectColumnsStrategy

Constructor Summary
FKSelectionStrategy()
           
 
Method Summary
 RowSet propogate(RowSet rs)
          Propagate the foreign key columns from the row set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FKSelectionStrategy

public FKSelectionStrategy()
Method Detail

propogate

public RowSet propogate(RowSet rs)
Propagate the foreign key columns from the row set

Specified by:
propogate in interface PropogateStrategy
Parameters:
rs - row set
Returns:
row set with propogated fields