Skip navigation links

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

E17060-04


Package oracle.odi.interfaces.interactive.support.textholder

This package contains the implementations of text holder for various types of objects, such as joins, filters, target columns and target mappings, in Oracle Data Integrator interfaces.

See:
          Description

Class Summary
ExecutableTextHolderFactory This is the factory class to create the text holder object for different types of interface sub-component, including filter, join, target mapping and target column.
ExecutableTextHolderFilter The text holder for filters.
This particular text holder is always in a DataSet and has 1 attached SourceDataStore.
ExecutableTextHolderGenericClause This is the abstract common implementation for source clauses (Joins and Filters).
ExecutableTextHolderJoin The text holder for joins.
This particular text holder is always in a DataSet and has 2 attached SourceDataStores.
Note that on Lookup Joins, the second attached source datastore cannot be set, as it is tightly bound to the SourceDataStore of the Lookup.
ExecutableTextHolderTargetColumn The text holder for target columns (mapped on TARGET).
This particular text holder is never in a DataSet and has no attached SourceDataStore.
ExecutableTextHolderTargetMapping The text holder for target mappings (mapped on SOURCE or WORK).
This particular text holder is always in a DataSet and has 1 attached SourceDataStore.

 

Package oracle.odi.interfaces.interactive.support.textholder Description

This package contains the implementations of text holder for various types of objects, such as joins, filters, target columns and target mappings, in Oracle Data Integrator interfaces.

Since:
11.1.1.3.0

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.