|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.project.interfaces.TemporaryTargetUpdateKey
public class TemporaryTargetUpdateKey
This class represents the target update key for an interface when the target of the interface is a temporary datastore.
| Constructor Summary | |
|---|---|
TemporaryTargetUpdateKey(java.util.List<TargetColumn> pColumns)For internal use only Create a new update key object for a temporary target datastore. |
|
| Method Summary | |
|---|---|
java.util.List<TargetColumn> |
getColumns()Obtains the columns that participate in this key. |
java.lang.String |
getName()Obtains the name of this key. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemporaryTargetUpdateKey(java.util.List<TargetColumn> pColumns)
pColumns - the target columns that participate in the update key.| Method Detail |
|---|
public java.util.List<TargetColumn> getColumns()
getColumns in interface IKey<TargetColumn>public java.lang.String getName()
IKeygetName in interface IKey<TargetColumn>
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||