Skip navigation links

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

E17060-02


Package oracle.odi.interfaces.interactive.support.sourceset.computers

Contains classes which handles the computation of source sets of an Oracle Data Integrator interface.

See:
          Description

Class Summary
SourceSetComputerAbstract An abstract base class for source set computer classes.
SourceSetComputerEraser An implementation of the source set computer which always creates new source set objects.
SourceSetComputerLazy A lazy (dummy) implementation of the source set computer.
SourceSetComputerOneTable This sourceset computer can only handle interfaces:
- with one dataset only,
- with zero or one source datastore only,
- if it exists, the source datastore must only refer to a real table, not to an interface,
- with filters only,
It must not have joins, and the computer does not set the default LKM on the source set.
Also note that it doesn't fill the reverse actions and modifications.
It is only a test for now to reproduce pillar interfaces.
Created on 27 fevr.
SourceSetComputerRetainer An implementation of the source set computer which reuses source set objects whenever possible.

 

Package oracle.odi.interfaces.interactive.support.sourceset.computers Description

Contains classes which handles the computation of source sets of an Oracle Data Integrator interface.

Since:
11.1.1.3.0

Skip navigation links

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

E17060-02


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