com.informatica.powercenter.sdk.mapfwk.core
Interface PropogateStrategy

All Known Implementing Classes:
AllColumnsStrategy, DataTypeStrategy, ExcludedColumnStrategy, ExcludedFieldStrategy, FKSelectionStrategy, PatternMatchStrategy, PKSelectionStrategy, SelectColumnsStrategy, SelectedColumnStrategy, SelectFieldsStrategy

public interface PropogateStrategy

Interface definition for propagating Field objects from a given RowSet


Method Summary
 RowSet propogate(RowSet rs)
          Propagate Field from a given RowSet to another RowSet
 

Method Detail

propogate

RowSet propogate(RowSet rs)
Propagate Field from a given RowSet to another RowSet

Parameters:
rs - Input RowSet object
Returns:
RowSet object