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

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

public class AllColumnsStrategy
extends java.lang.Object
implements PropogateStrategy

Proprogate strategy to propogate all the columns from the RowSet object.

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

Constructor Summary
AllColumnsStrategy()
           
 
Method Summary
 RowSet propogate(RowSet rs)
          Propagate all the columns of a RowSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllColumnsStrategy

public AllColumnsStrategy()
Method Detail

propogate

public RowSet propogate(RowSet rs)
Propagate all the columns of a RowSet

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