Skip navigation links

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

E17060-04


oracle.odi.interfaces.interactive.support
Interface IMappingChooser

All Known Implementing Classes:
MappingChooserBlank, MappingChooserConstant, MappingChooserDataSet, MappingChooserFirst

public interface IMappingChooser

Implementations of this interface are in charge of choosing a mapping SQL text for a given column name.

Since:
11.1.1.3.0

Method Summary
 java.lang.String chooseMapping(OdiInterface pInterface, java.lang.String pColumnName)
          Choose a mapping SQL text for the given pColumnName in the given interface.

 

Method Detail

chooseMapping

java.lang.String chooseMapping(OdiInterface pInterface,
                               java.lang.String pColumnName)
Choose a mapping SQL text for the given pColumnName in the given interface.
Parameters:
pInterface - the interface in which we need to choose a mapping text
pColumnName - the column name for the mapping
Returns:
the mapping SQL text that was chosen for this 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.