Skip navigation links

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

E17060-03


oracle.odi.domain.relational
Interface IKey<ColumnType extends IColumn<?>>

All Known Implementing Classes:
OdiKey, TemporaryTargetUpdateKey

public interface IKey<ColumnType extends IColumn<?>>

Defines basic contract for a key.

This interface has to be implemented by objects that wish to model a relational key.

Since:
11.1.1.3.0

Method Summary
 java.util.List<ColumnType> getColumns()
          Obtains the columns that participate in this key.
 java.lang.String getName()
          Obtains the name of this key.

 

Method Detail

getColumns

java.util.List<ColumnType> getColumns()
Obtains the columns that participate in this key.
Returns:
a list of column. The returned list is typically unmodifiable.

getName

java.lang.String getName()
Obtains the name of this key.
Returns:
key's name

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.