|
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 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)Deprecated. |
ColumnType |
getColumnOrNull(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 |
|---|
java.lang.String getName()
java.util.List<ColumnType> getColumns()
ColumnType getColumnOrNull(java.lang.String pName)
pName - column namenull if no column was found for the specified name
@Deprecated
ColumnType getColumn(java.lang.String pName)
throws ColumnNotFoundException
pName - column nameColumnNotFoundException if no column was found for the specified nameColumnNotFoundExceptionjava.util.Collection<KeyType> getKeys()
|
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 | |||||||||