Package | Description |
---|---|
oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
Modifier and Type | Field and Description |
---|---|
static OdiIKMLine.TemporaryIndexLocation |
OdiIKMLine.TemporaryIndexLocation.NONE
Do not create any temporary index.
|
static OdiIKMLine.TemporaryIndexLocation |
OdiIKMLine.TemporaryIndexLocation.ON_SOURCE
Create temporary index on source.
|
Modifier and Type | Method and Description |
---|---|
OdiIKMLine.TemporaryIndexLocation |
OdiIKMLine.getTemporaryIndexLocation()
Get the temporaryIndexLocation.
|
static OdiIKMLine.TemporaryIndexLocation |
OdiIKMLine.TemporaryIndexLocation.valueOf(java.lang.String name) |
static OdiIKMLine.TemporaryIndexLocation[] |
OdiIKMLine.TemporaryIndexLocation.values() |
Modifier and Type | Method and Description |
---|---|
void |
OdiIKMLine.setTemporaryIndexLocation(OdiIKMLine.TemporaryIndexLocation pTemporaryIndexLocation)
Defines temporary index option of this IKM line.
|