|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataStore<ColumnType extends IColumn,KeyType extends IKey>
Defines basic contract for a data store.
Interface that has to be implemented by objects that are mainly container for ordered columns and that can represent a relational data table.
| Method Summary | |
|---|---|
ColumnType |
getColumn(java.lang.String pName)
Obtains the column matching the given name. |
java.util.List<ColumnType> |
getColumns()
Obtains the columns owned by this data store. |
java.util.Collection<KeyType> |
getKeys()
Obtains the keys defined on this data store. |
java.lang.String |
getName()
Obtains the name of this data store. |
| Method Detail |
|---|
ColumnType getColumn(java.lang.String pName)
throws ColumnNotFoundException
pName - column name
ColumnNotFoundException - if no column was found for the specified namejava.util.List<ColumnType> getColumns()
java.util.Collection<KeyType> getKeys()
java.lang.String getName()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||