Package | Description |
---|---|
oracle.odi.domain.mapping.component |
This package contains the component implementation in Oracle Data Integrator Mapping.
|
Modifier and Type | Field and Description |
---|---|
static AggregateComponent.IsGroupByColumn |
AggregateComponent.IsGroupByColumn.AUTO |
static AggregateComponent.IsGroupByColumn |
AggregateComponent.IsGroupByColumn.NO |
static AggregateComponent.IsGroupByColumn |
AggregateComponent.IsGroupByColumn.YES |
Modifier and Type | Method and Description |
---|---|
AggregateComponent.IsGroupByColumn |
AggregateComponent.getIsGroupByColumn(MapAttribute mapAttribute) |
static AggregateComponent.IsGroupByColumn |
AggregateComponent.IsGroupByColumn.valueOf(java.lang.String name) |
static AggregateComponent.IsGroupByColumn[] |
AggregateComponent.IsGroupByColumn.values() |
Modifier and Type | Method and Description |
---|---|
void |
AggregateComponent.setIsGroupByColumn(MapAttribute mapAttribute,
AggregateComponent.IsGroupByColumn isGroupByColumn) |