|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingAbstract
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingSetSql
public class InterfaceActionOnTargetMappingSetSql
InterfaceActionOnTargetMappingSetSql is an interface action class used to set the SQL expression for a target mapping.
InteractiveInterfaceHelperWithActions| Constructor Summary | |
|---|---|
InterfaceActionOnTargetMappingSetSql(java.lang.String pColumnName,
java.lang.String pSql,
DataSet pDataSet)
Creates an action class instance which will set the expression for a target mapping, when performAction is called. |
|
| Method Summary | |
|---|---|
void |
performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
For internal use only. |
| Methods inherited from class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingAbstract |
|---|
getDataSet |
| Methods inherited from class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn |
|---|
getColumnName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterfaceActionOnTargetMappingSetSql(java.lang.String pColumnName,
java.lang.String pSql,
DataSet pDataSet)
performAction is called.
This constructor should be called directly to create the action class instance.
This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction
to set the mapping expression.
pColumnName - name of column being mappedpSql - the SQL expression for the mappingpDataSet - the data set, used along with the column name to retrieve the column| Method Detail |
|---|
public void performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
pInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||