Skip navigation links

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

E17060-04


oracle.odi.interfaces.interactive.support.mapping.choosers
Class MappingChooserDataSet

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.mapping.choosers.MappingChooserDataSet

All Implemented Interfaces:
IMappingChooser

public class MappingChooserDataSet
extends java.lang.Object
implements IMappingChooser

This implementation chooses the SQL expression of the given column in the given dataset.


Constructor Summary
MappingChooserDataSet(DataSet pDataSet)
          Creates a mapping chooser based on the dataset pDataSet.

 

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.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MappingChooserDataSet

public MappingChooserDataSet(DataSet pDataSet)
Creates a mapping chooser based on the dataset pDataSet.
Parameters:
pDataSet - the dataset in which we want to pick expressions

Method Detail

chooseMapping

public java.lang.String chooseMapping(OdiInterface pInterface,
                                      java.lang.String pColumnName)
Description copied from interface: IMappingChooser
Choose a mapping SQL text for the given pColumnName in the given interface.
Specified by:
chooseMapping in interface IMappingChooser
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.