| 
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseAbstract
      
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetSql
public class InterfaceActionOnGenericClauseSetSql
InterfaceActionOnGenericClauseSetSql is an interface action class used to set the actual SQL expression text for a generic clause. For example if the clause is a join, the SQL text represents the join condition or WHERE or ON clause, if it is a filter the SQL text represents the filter condition or WHERE clause. A generic clause can be a Filter, TargetMapping, Join.
InteractiveInterfaceHelperWithActions| Constructor Summary | |
|---|---|
InterfaceActionOnGenericClauseSetSql(GenericClause pGenericClause, java.lang.String pSql)The constructor for the action class.  | 
|
| Method Summary | |
|---|---|
 void | 
performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)Action that is performed on the ODI interface objects.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public InterfaceActionOnGenericClauseSetSql(GenericClause pGenericClause,
                                            java.lang.String pSql)
pGenericClause - The generic clause for which to set SQL text.pSql - The SQL expression text.| Method Detail | 
|---|
public void performAction(IInterfaceActionListener pInterfaceActionListener,
                          IInterfaceUndoListener pInterfaceUndoListener,
                          IActionHelper pActionHelper)
IInterfaceActionpInterfaceActionListener - 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.7.0) E17060-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||