|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ReferenceColumn | |
|---|---|
| oracle.odi.domain.model | This package contains the Oracle Data Integrator Data Model domain implementation. |
| Uses of ReferenceColumn in oracle.odi.domain.model |
|---|
| Methods in oracle.odi.domain.model that return types with arguments of type ReferenceColumn | |
|---|---|
java.util.Collection<ReferenceColumn> |
OdiReference.getReferenceColumns()
Returns an unmodifiable, sorted collection of reference columns of this OdiReference instance. |
| Methods in oracle.odi.domain.model with parameters of type ReferenceColumn | |
|---|---|
void |
OdiReference.moveReferenceColumn(ReferenceColumn pReferenceColumn,
int pNewPosition)
Change the position of the given ReferenceColumn to a new position and arrange
position of other elements accordingly. |
void |
OdiReference.removeReferenceColumn(ReferenceColumn pReferenceColumn)
Actually remove the given ReferenceColumn from the reference columns associated
to this OdiReference instance. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||