Package | Description |
---|---|
oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
Modifier and Type | Method and Description |
---|---|
OdiIKMLine |
OdiIKM.getDerivedSelectStatementLine()
Obtains the line that holds derived select statement, or null if none.
|
OdiIKMLine |
ComponentKM.getDerivedSubSelectLine()
Return the predefined component KM line with derived subselect property
set to true, if any, else return null.
|
Modifier and Type | Method and Description |
---|---|
void |
OdiIKM.setDerivedSelectStatementLine(OdiIKMLine pLine)
Defines given line as the line that holds derived select statement.
|