DataSet and has 1 attached SourceDataStore.public class ExecutableTextHolderTargetMapping extends java.lang.Object implements IExecutableTextHolder
| Modifier and Type | Method and Description |
|---|---|
SourceDataStore[] |
getAttachedSourceDataStores()
Deprecated.
Gets the attached source datastores of this TextHolder.
|
DataSet |
getDataSet()
Deprecated.
Basic getter.
|
OdiInterface.ExecutionLocation |
getExecutionLocation()
Deprecated.
Basic getter.
|
IInterfaceSubComponent |
getInterfaceSubComponent()
Deprecated.
Basic getter.
|
int |
getNumberOfDataStores()
Deprecated.
Gets the number of source datastores.
|
SourceSet |
getSourceSet()
Deprecated.
Returns the source set in which this TextHolder is located.
|
java.lang.String |
getSql()
Deprecated.
Gets the String representation of the expression.
|
java.util.Collection |
getSqlExpressionCrossRefsGlobalIds()
Deprecated.
Basic getter of the repository Global IDs for the text cross references of the text expression held by this text holder.
|
Expression |
getSqlExpressionForPersistence()
Deprecated.
Gets the exrpession of this TextHolder as it will be persisted.
|
java.lang.Number |
getSqlExpressionId()
Deprecated.
Basic getter of the repository ID of the text expression held by this text holder.
|
Expression |
getSqlExpressionInMemory()
Deprecated.
Gets the expression of this TextHolder as it is in memory.
|
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. |
void |
setSourceSet(SourceSet pSourceSet)
Deprecated.
Sets the source set in which this TextHolder is located.
|
void |
setSqlExpression(Expression pExpression)
Deprecated.
Sets the expression on the TextHolder.
|
public SourceDataStore[] getAttachedSourceDataStores()
getAttachedSourceDataStores in interface IExecutableTextHolderpublic DataSet getDataSet()
IExecutableTextHoldergetDataSet in interface IExecutableTextHoldernullpublic OdiInterface.ExecutionLocation getExecutionLocation()
IExecutableTextHoldergetExecutionLocation in interface IExecutableTextHolderOdiInterface.ExecutionLocation of this textHolderpublic int getNumberOfDataStores()
IExecutableTextHoldergetAttachedSourceDataStores().length.getNumberOfDataStores in interface IExecutableTextHolderpublic Expression getSqlExpressionForPersistence()
IExecutableTextHoldergetSqlExpressionForPersistence in interface IExecutableTextHolderpublic Expression getSqlExpressionInMemory()
IExecutableTextHoldergetSqlExpressionInMemory in interface IExecutableTextHolderpublic boolean isAttachedSourceDataStoreSettable(int pDataStoreNumber)
IExecutableTextHolderisAttachedSourceDataStoreSettable in interface 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().setAttachedSourceDataStore in interface IExecutableTextHolderpDataStoreNumber - the number of the attached SourceDataStore to be setpSourceDataStore - the source datastore to attachpublic void setSqlExpression(Expression pExpression)
IExecutableTextHoldersetSqlExpression in interface IExecutableTextHolderpExpression - the new expression for this TextHolderpublic IInterfaceSubComponent getInterfaceSubComponent()
IExecutableTextHoldergetInterfaceSubComponent in interface IExecutableTextHolderIInterfaceSubComponentpublic SourceSet getSourceSet()
IExecutableTextHoldergetSourceSet in interface IExecutableTextHoldernull.IExecutableTextHolder.setSourceSet(SourceSet)public void setSourceSet(SourceSet pSourceSet)
IExecutableTextHoldersetSourceSet in interface IExecutableTextHolderpSourceSet - the source set to be setIExecutableTextHolder.getSourceSet()public java.lang.String getSql()
IExecutableTextHoldergetSql in interface IExecutableTextHolderpublic java.lang.Number getSqlExpressionId()
IExecutableTextHoldergetSqlExpressionId in interface IExecutableTextHolderpublic java.util.Collection getSqlExpressionCrossRefsGlobalIds()
IExecutableTextHoldergetSqlExpressionCrossRefsGlobalIds in interface IExecutableTextHolder