Filter,
TargetMapping,
Join.public class InterfaceActionOnGenericClauseSetSql extends InterfaceActionOnGenericClauseAbstract
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionOnGenericClauseSetSql(GenericClause pGenericClause,
java.lang.String pSql)
Deprecated.
The constructor for the action class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
Deprecated.
Action that is performed on the ODI interface objects.
|
public InterfaceActionOnGenericClauseSetSql(GenericClause pGenericClause, java.lang.String pSql)
pGenericClause - The generic clause for which to set SQL text.pSql - The SQL expression text.public void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
IInterfaceActionpInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance