|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| 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.InterfaceActionOnSourceDataStoreAbstract
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetAlias
public class InterfaceActionOnSourceDataStoreSetAlias
InterfaceActionOnSourceDataStoreSetAlias is an action class used to set the default alias for a source SourceDataStore object in an ODI interface. The alias is used as a SQL table alias in the generated SQL select query for the source.
InteractiveInterfaceHelperWithActions| Constructor Summary | |
|---|---|
InterfaceActionOnSourceDataStoreSetAlias(SourceDataStore pSourceDataStore, java.lang.String pAlias)A constructor for the action class. |
|
InterfaceActionOnSourceDataStoreSetAlias(SourceDataStore pSourceDataStore, java.lang.String pAlias, boolean pNormalize)A 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 InterfaceActionOnSourceDataStoreSetAlias(SourceDataStore pSourceDataStore,
java.lang.String pAlias)
pSourceDataStore - The data store for which to set the alias.pAlias - The new string value for the source alias.
public InterfaceActionOnSourceDataStoreSetAlias(SourceDataStore pSourceDataStore,
java.lang.String pAlias,
boolean pNormalize)
pSourceDataStore - The data store for which to set the alias.pAlias - The new string value for the source alias.pNormalize - If true, then the alias is normalized. The normalization converts the alias to uppercase and any non-standard characters are converted to standard characters.| 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.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||