Skip navigation links

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

E17060-03


Uses of Class
oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerAbstract

Packages that use SourceSetComputerAbstract
oracle.odi.interfaces.interactive.support.sourceset.computers Contains classes which handles the computation of source sets of an Oracle Data Integrator interface. 

 

Uses of SourceSetComputerAbstract in oracle.odi.interfaces.interactive.support.sourceset.computers

 

Subclasses of SourceSetComputerAbstract in oracle.odi.interfaces.interactive.support.sourceset.computers
 class SourceSetComputerEraser
          An implementation of the source set computer which always creates new source set objects.
 class SourceSetComputerLazy
          A lazy (dummy) implementation of the source set computer.
 class 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.
 class SourceSetComputerRetainer
          An implementation of the source set computer which reuses source set objects whenever possible.

 


Skip navigation links

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

E17060-03


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