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

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

public class PKSelectionStrategy
extends java.lang.Object
implements PropogateStrategy

Propogate Strategy to propogate the columns that are primary keys

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

Constructor Summary
PKSelectionStrategy()
           
 
Method Summary
 RowSet propogate(RowSet rs)
          Propagate the primary 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

PKSelectionStrategy

public PKSelectionStrategy()
Method Detail

propogate

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

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