Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Uses of Class
oracle.odi.domain.model.OdiColumn

Packages that use OdiColumn
oracle.odi.domain.model This package contains the Oracle Data Integrator Data Model domain implementation. 
oracle.odi.domain.model.finder This package contains Oracle Data Integrator Finder interfaces for domain model objects.
 
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
oracle.odi.interfaces.interactive.support.actions This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. 

 

Uses of OdiColumn in oracle.odi.domain.model

 

Methods in oracle.odi.domain.model that return OdiColumn
 OdiColumn OdiDataStore.getColumn(java.lang.String pName)
          Returns the column named after the given name.
 OdiColumn OdiDataStore.getColumnOrNull(java.lang.String pName)
          Returns the column named after the given name.
 OdiColumn ReferenceColumn.getForeignKeyColumn()
          Obtains the foreign key column of this ReferenceColumn instance.
 OdiColumn ReferenceColumn.getPrimaryKeyColumn()
          Obtains the primary key column of this ReferenceColumn instance.

 

Methods in oracle.odi.domain.model that return types with arguments of type OdiColumn
 java.util.List<OdiColumn> OdiDataStore.getColumns()
          Returns an unmodifiable collection of OdiColumns.
 java.util.List<OdiColumn> OdiKey.getColumns()
          Returns an unmodifiable list of the columns that are part of this key.

 

Methods in oracle.odi.domain.model with parameters of type OdiColumn
 void OdiKey.addColumn(OdiColumn pColumn)
          Adds the given column to this OdiKey instance.
 void OdiDataStore.moveColumn(OdiColumn pColumn, int pNewPosition)
          Change the position of the column in this datastore.
 void OdiKey.moveColumn(OdiColumn pColumn, int pNewPosition)
          Sets a new Position for the given column of this key.
 void OdiDataStore.removeColumn(OdiColumn pColumn)
          Remove the given OdiColumn from the collection of OdiColumns.
 void OdiKey.removeColumn(OdiColumn pColumn)
          Remove the the given column from this key.

 

Constructors in oracle.odi.domain.model with parameters of type OdiColumn
ReferenceColumn(OdiReference pReference, OdiColumn pForeignKeyColumn, OdiColumn pPrimaryKeyColumn)
          Creates an ReferenceColumn for the given Foreign Key and Primary Key columns and add it to the given OdiReference.

 

Uses of OdiColumn in oracle.odi.domain.model.finder

 

Methods in oracle.odi.domain.model.finder that return OdiColumn
 OdiColumn IOdiColumnFinder.findByName(java.lang.String pName, java.lang.Number pDataStoreId)
          Find OdiColumn by name and data store id.

 

Uses of OdiColumn in oracle.odi.domain.project.interfaces

 

Methods in oracle.odi.domain.project.interfaces that return OdiColumn
 OdiColumn TargetColumn.getUnderlyingOdiColumn()
          The underlying OdiColumn.
If the TargetDataStore is a temporary datastore, null is returned as there is no underlying OdiColumn.

 

Methods in oracle.odi.domain.project.interfaces with parameters of type OdiColumn
 void TargetColumn.setUnderlyingOdiColumn(OdiColumn pColumn)
          Internal use only Sets the underlying column for this target column.

 

Constructors in oracle.odi.domain.project.interfaces with parameters of type OdiColumn
TargetColumn(OdiInterface pParentInterface, OdiColumn pRealColumn, OdiInterface.ExecutionLocation pExecutionLocation)
          Internal use only Creates a new target column object.

 

Uses of OdiColumn in oracle.odi.interfaces.interactive.support.actions

 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type OdiColumn
InterfaceActionOnTemporaryTargetDataStoreAddColumn(OdiColumn pOdiColumn, IAutoMappingComputer pAutoMappingComputer)
          Creates an action class instance which will add a column to a temporary target data store, when performAction is called.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.