|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| 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 |
|---|
java.util.List<ColumnType> getColumns()
java.lang.String getName()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||