|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderGenericClause
oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderJoin
public class ExecutableTextHolderJoin
The text holder for joins.
This particular text holder is always in a DataSet and has 2 attached SourceDataStores.
Note that on Lookup Joins, the second attached source datastore cannot be set, as it is tightly bound to the SourceDataStore of the Lookup.
| Method Summary | |
|---|---|
SourceDataStore[] |
getAttachedSourceDataStores()Gets the attached source datastores of this TextHolder. |
int |
getNumberOfDataStores()Gets the number of source datastores. |
boolean |
isAttachedSourceDataStoreSettable(int pDataStoreNumber)Returns whether it is possible to set this particular datastore number. |
void |
setAttachedSourceDataStore(int pDataStoreNumber, SourceDataStore pSourceDataStore)Sets one attached SourceDataStore. |
| Methods inherited from class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderGenericClause |
|---|
getDataSet, getExecutionLocation, getInterfaceSubComponent, getSourceSet, getSql, getSqlExpressionForPersistence, getSqlExpressionId, getSqlExpressionInMemory, setSourceSet, setSqlExpression |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public SourceDataStore[] getAttachedSourceDataStores()
public int getNumberOfDataStores()
IExecutableTextHoldergetAttachedSourceDataStores().length.public boolean isAttachedSourceDataStoreSettable(int pDataStoreNumber)
IExecutableTextHolderpDataStoreNumber - the position of the datastoretrue if it is possible to call setAttachedSourceDataStore(pDataStoreNumber, aSourceDataStore)
public void setAttachedSourceDataStore(int pDataStoreNumber,
SourceDataStore pSourceDataStore)
IExecutableTextHolderSourceDataStore. Please make sure that the pDataStoreNumber is settable by using isAttachedSourceDataStoreSettable().pDataStoreNumber - the number of the attached SourceDataStore to be setpSourceDataStore - the source datastore to attach
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||