DataSet and has 2 attached SourceDataStores.public class ExecutableTextHolderJoin extends ExecutableTextHolderGenericClause
| Modifier and Type | Method and Description |
|---|---|
SourceDataStore[] |
getAttachedSourceDataStores()
Deprecated.
Gets the attached source datastores of this TextHolder.
|
int |
getNumberOfDataStores()
Deprecated.
Gets the number of source datastores.
|
boolean |
isAttachedSourceDataStoreSettable(int pDataStoreNumber)
Deprecated.
Returns whether it is possible to set this particular datastore number.
|
void |
setAttachedSourceDataStore(int pDataStoreNumber,
SourceDataStore pSourceDataStore)
Deprecated.
Sets one attached
SourceDataStore. |
getDataSet, getExecutionLocation, getInterfaceSubComponent, getSourceSet, getSql, getSqlExpressionCrossRefsGlobalIds, getSqlExpressionForPersistence, getSqlExpressionId, getSqlExpressionInMemory, setSourceSet, setSqlExpressionpublic 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