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.adapter.relational |
This package contains base interface classes for data model domain objects in Oracle Data Integrator.
|
oracle.odi.domain.mapping |
This package contains the Oracle Data Integrator Mapping implementation.
|
oracle.odi.domain.mapping.component |
This package contains the component implementation in Oracle Data Integrator Mapping.
|
oracle.odi.domain.model |
This package contains the Oracle Data Integrator Data Model domain implementation.
|
Modifier and Type | Method and Description |
---|---|
IColumn |
IKeyPartUse.getBoundColumn()
Get the bound column of this key part use.
|
IColumn |
ILevelAttribute.getBoundColumn()
Get the bound column for this level attribute.
|
IColumn |
IMeasure.getBoundColumn()
Get the bound column for this measure.
|
IColumn |
IRefMember.getBoundColumn()
Get the bound column for this reference member.
|
IColumn |
IKeyPartUse.getBoundErrorColumn()
Get the bound error column of this key part use.
|
IColumn |
ILevelAttribute.getBoundErrorColumn()
Get the bound error column for this level attribute.
|
IColumn |
IMeasure.getBoundErrorColumn()
Get the bound error column for this measure.
|
IColumn |
IRefMember.getBoundErrorColumn()
Get the bound error column for this reference member.
|
IColumn |
ILevelAttribute.getBoundStagingColumn()
Get the bound staging column for this level attribute.
|
IColumn |
IRefMember.getBoundStagingColumn()
Get the bound staging column for this reference member.
|
Modifier and Type | Method and Description |
---|---|
void |
IKeyPartUse.setBoundColumn(IColumn boundColumn)
Set the bound column for this key part use.
|
void |
ILevelAttribute.setBoundColumn(IColumn col)
Set the bound column for this level attribute.
|
void |
IMeasure.setBoundColumn(IColumn pBoundColumn)
Set the bound column for this measure.
|
void |
IRefMember.setBoundColumn(IColumn col)
Set the bound column for this reference member.
|
void |
IKeyPartUse.setBoundErrorColumn(IColumn boundErrorColumn)
Set the bound error column for this key part use.
|
void |
ILevelAttribute.setBoundErrorColumn(IColumn col)
Set the bound error column for this level attribute.
|
void |
IMeasure.setBoundErrorColumn(IColumn pBoundErrorColumn)
Set the bound error column for this measure.
|
void |
IRefMember.setBoundErrorColumn(IColumn col)
Set the bound error column for this reference member.
|
void |
ILevelAttribute.setBoundStagingColumn(IColumn col)
Set the bound staging column for this level attribute.
|
void |
IRefMember.setBoundStagingColumn(IColumn col)
Set the bound staging column for this reference member.
|
Modifier and Type | Method and Description |
---|---|
IColumn |
IDataStore.getColumn(java.lang.String pName)
Obtains the column matching the given name.
|
IColumn |
IColumnRelationship.getForeignKeyColumn()
Obtains the foreign key column of this
IColumnRelationship instance. |
IColumn |
IColumnRelationship.getPrimaryKeyColumn()
Obtains the primary key column of this
IColumnRelationship instance. |
IColumn |
IColumn.getSourceColumn()
Obtains the source column if it exists.
|
Modifier and Type | Method and Description |
---|---|
IColumn |
MapAttribute.getBoundColumn()
Get the column object to which this attribute is bound, if any, else return null.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MapAttribute.syncWithColumn(IColumn col,
boolean resetCachedSyncState) |
Modifier and Type | Method and Description |
---|---|
static MapAttribute |
DataStorageDelegate.findAttributeForColumn(IMapComponent component,
IColumn col)
Finds an attribute in the associated datastore component, that is bound to the specified
column.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiColumn
An OdiColumn represents the data structure of a column part of an
OdiDataStore . |