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.targetkeychoosers

This package contains the implementations for finding an update key for the target datastores when working with Oracle Data Integrator interfaces.

See:
          Description

Class Summary
TargetKeyChooserAnyKey This implementation chooses the first key given in the list of keys on the target datastore.
TargetKeyChooserComposer This implementation composes on other target key choosers and selects the first update key found by the choosers.
TargetKeyChooserFixed The purpose of this target key chooser is to choose the key with a given name on the target datastore.
If the given key name is not found on the datastore's keys, then no update key is selected by this implementation.
TargetKeyChooserLazy A lazy implementation of a target key chooser.
By using this target key chooser, no update key will be automatically selected on the target datastore.
TargetKeyChooserPrimaryKey This implementation chooses the primary key as update key for the given target datastore.
If no primary key is defined on the target datastore, then no update key will be automatically selected for this datastore.

 

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

This package contains the implementations for finding an update key for the target datastores when working with 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.5.0)

E17060-02


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