Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


oracle.odi.interfaces.interactive
Interface IMappingMatchPolicy

All Known Implementing Classes:
InterfaceActionOnTargetDataStoreToTemporary.MappingMatchPolicy, MappingMatchPolicyColumnName, MappingMatchPolicyLazy

public interface IMappingMatchPolicy

An interface that can be implemented to define a matching policy that is used to reuse mappings when the target data store of an interface is changed.

Since:
11.1.1.3.0

Method Summary
 IColumn<?> getNewColumnForTargetColumn(TargetColumn pTargetColumn, IDataStore<?,?> pNewTargetDataStore)
          Returns the new column in the new target data store that can be matched to the original target column.

 

Method Detail

getNewColumnForTargetColumn

IColumn<?> getNewColumnForTargetColumn(TargetColumn pTargetColumn,
                                       IDataStore<?,?> pNewTargetDataStore)
Returns the new column in the new target data store that can be matched to the original target column. This is performed when the target data store has been changed.
Parameters:
pTargetColumn - the original target column
pNewTargetDataStore - the new target data store
Returns:
the IColumn object which is the new matched column

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.