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

E17060-01

Uses of Class
oracle.odi.domain.project.interfaces.TargetColumn

Packages that use TargetColumn
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
oracle.odi.interfaces.interactive Provides interfaces for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. 
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. 
oracle.odi.interfaces.interactive.support.mapping.matchpolicy This package contains the implementations, when working with Oracle Data Integrator interfaces, for defining the matching policy to reuse mappings when the target datastore of an interface is changed. 
oracle.odi.interfaces.interactive.support.mapping.persistencepolicy This package contains the implementations to determine whether a target mapping is persisted or not when working with Oracle Data Integrator interfaces. 
 

Uses of TargetColumn in oracle.odi.domain.project
 

Methods in oracle.odi.domain.project that return TargetColumn
 TargetColumn OdiInterface.TargetDataStore.getColumn(java.lang.String pColumnName)
          Obtains the column matching the given name.
 

Methods in oracle.odi.domain.project that return types with arguments of type TargetColumn
 java.util.List<TargetColumn> OdiInterface.TargetDataStore.getColumns()
          Obtains the columns owned by this data store.
 

Methods in oracle.odi.domain.project with parameters of type TargetColumn
 void OdiInterface.TargetDataStore.addColumn(TargetColumn pTargetColumn)
          For internal use only Adds a new target column to this target datastore.
 void OdiInterface.TargetDataStore.removeColumn(TargetColumn pTargetColumn)
          For internal use only Removes an existing target column from this target datastore.
 

Method parameters in oracle.odi.domain.project with type arguments of type TargetColumn
 void OdiInterface.TargetDataStore.setUnderlyingOdiDataStore(OdiDataStore pRealTarget, java.util.List<TargetColumn> pTargetColumns)
          For internal use only Sets the underlying datastore and resets the list of columns with pTargetColumns.
Resets the key name, sets the correct logical schema on the staging area if it's on the target.
To modify an OdiInterface object or its children, please refer to the description of the class.
 

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

Methods in oracle.odi.domain.project.interfaces that return TargetColumn
 TargetColumn TargetMapping.getTargetColumn()
          Returns the TargetColumn to which this mapping is attached.
 

Methods in oracle.odi.domain.project.interfaces that return types with arguments of type TargetColumn
 java.util.List<TargetColumn> TemporaryTargetUpdateKey.getColumns()
          Obtains the columns that participate in this key.
 

Constructors in oracle.odi.domain.project.interfaces with parameters of type TargetColumn
TargetMapping(DataSet pParentDataSet, TargetColumn pTargetColumn, Expression pSqlExpression, OdiInterface.ExecutionLocation pExecutionLocation)
          Internal use only Builds a TargetMapping for a TargetColumn on a DataSet with a given SQL String expression.
TargetMapping(DataSet pParentDataSet, TargetColumn pTargetColumn, java.lang.String pSql, OdiInterface.ExecutionLocation pExecutionLocation)
          Internal use only Builds a TargetMapping for a TargetColumn on a DataSet with a given SQL String expression.
 

Constructor parameters in oracle.odi.domain.project.interfaces with type arguments of type TargetColumn
TemporaryTargetUpdateKey(java.util.List<TargetColumn> pColumns)
          For internal use only Create a new update key object for a temporary target datastore.
 

Uses of TargetColumn in oracle.odi.interfaces.interactive
 

Methods in oracle.odi.interfaces.interactive with parameters of type TargetColumn
 TargetMapping IActionHelper.createTargetMapping(DataSet pDataSet, TargetColumn pColumn, OdiInterface.ExecutionLocation pLocation, java.lang.Object pText)
          For internal use only Create a new target mapping.
 IColumn<?> IMappingMatchPolicy.getNewColumnForTargetColumn(TargetColumn pTargetColumn, IDataStore<?,?> pNewTargetDataStore)
          Returns the new column in the new target data store that can be matched to the original target column.
 

Uses of TargetColumn in oracle.odi.interfaces.interactive.support
 

Methods in oracle.odi.interfaces.interactive.support with parameters of type TargetColumn
 TargetMapping InteractiveInterfaceHelperWithActions.createTargetMapping(DataSet pDataSet, TargetColumn pColumn, OdiInterface.ExecutionLocation pLocation, java.lang.Object pText)
          For internal use only Create a new target mapping.
 boolean IMappingPersistencePolicy.shouldBePersisted(TargetColumn pTargetColumn)
          Returns whether the column should be persisted or not.
 

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

Methods in oracle.odi.interfaces.interactive.support.actions with parameters of type TargetColumn
 IColumn<?> InterfaceActionOnTargetDataStoreToTemporary.MappingMatchPolicy.getNewColumnForTargetColumn(TargetColumn pTargetColumn, IDataStore<?,?> pNewTargetDataStore)
          Returns the new column for target column value.
 

Uses of TargetColumn in oracle.odi.interfaces.interactive.support.mapping.matchpolicy
 

Methods in oracle.odi.interfaces.interactive.support.mapping.matchpolicy with parameters of type TargetColumn
 IColumn MappingMatchPolicyLazy.getNewColumnForTargetColumn(TargetColumn pTargetColumn, IDataStore pNewTargetDataStore)
          Returns null, disabling column matching.
 IColumn<?> MappingMatchPolicyColumnName.getNewColumnForTargetColumn(TargetColumn pTargetColumn, IDataStore<?,?> pNewTargetDataStore)
           
 

Uses of TargetColumn in oracle.odi.interfaces.interactive.support.mapping.persistencepolicy
 

Methods in oracle.odi.interfaces.interactive.support.mapping.persistencepolicy with parameters of type TargetColumn
 boolean MappingPersistencePolicyDefault.shouldBePersisted(TargetColumn pTargetColumn)
           
 


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

E17060-01

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