Package | Description |
---|---|
oracle.odi.domain.adapter.dimensional |
This package contains base interface classes for dimensional model domain objects in Oracle Data Integrator.
|
oracle.odi.domain.dimension | |
oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
Modifier and Type | Method and Description |
---|---|
ISequence |
IDimension.getBoundSequence()
Get the bound sequence for this dimension.
|
Modifier and Type | Method and Description |
---|---|
void |
IDimension.setBoundSequence(ISequence seq)
Set the bound sequence for this dimension.
|
Modifier and Type | Method and Description |
---|---|
ISequence |
OdiDimension.getBoundSequence() |
Modifier and Type | Class and Description |
---|---|
class |
OdiSequence
Represents design time metadata about a sequence.
|