|
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 | ||||||||
java.lang.Objectoracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
public class ExecutableTextHolderTargetColumn
The text holder for target columns (mapped on TARGET).
This particular text holder is never in a DataSet and has no attached SourceDataStore.
| Method Summary | |
|---|---|
SourceDataStore[] |
getAttachedSourceDataStores()
Gets the attached source datastores of this TextHolder. |
DataSet |
getDataSet()
Basic getter. |
OdiInterface.ExecutionLocation |
getExecutionLocation()
Basic getter. |
IInterfaceSubComponent |
getInterfaceSubComponent()
Basic getter. |
int |
getNumberOfDataStores()
Gets the number of source datastores. |
SourceSet |
getSourceSet()
Returns the source set in which this TextHolder is located. |
java.lang.String |
getSql()
Gets the String representation of the expression. |
Expression |
getSqlExpressionForPersistence()
Gets the exrpession of this TextHolder as it will be persisted. |
java.lang.Number |
getSqlExpressionId()
Basic getter of the repository ID of the text expression held by this text holder. |
Expression |
getSqlExpressionInMemory()
Gets the expression of this TextHolder as it is in memory. |
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. |
void |
setSourceSet(SourceSet pSourceSet)
Sets the source set in which this TextHolder is located. |
void |
setSqlExpression(Expression pExpression)
Sets the expression on the TextHolder. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public SourceDataStore[] getAttachedSourceDataStores()
getAttachedSourceDataStores in interface IExecutableTextHolderpublic DataSet getDataSet()
IExecutableTextHolder
getDataSet in interface IExecutableTextHoldernullpublic OdiInterface.ExecutionLocation getExecutionLocation()
IExecutableTextHolder
getExecutionLocation in interface IExecutableTextHolderOdiInterface.ExecutionLocation of this textHolderpublic IInterfaceSubComponent getInterfaceSubComponent()
IExecutableTextHolder
getInterfaceSubComponent in interface IExecutableTextHolderIInterfaceSubComponentpublic int getNumberOfDataStores()
IExecutableTextHoldergetAttachedSourceDataStores().length.
getNumberOfDataStores in interface IExecutableTextHolderpublic SourceSet getSourceSet()
IExecutableTextHolder
getSourceSet in interface IExecutableTextHoldernull.IExecutableTextHolder.setSourceSet(SourceSet)public java.lang.String getSql()
IExecutableTextHolder
getSql in interface IExecutableTextHolderpublic Expression getSqlExpressionForPersistence()
IExecutableTextHolder
getSqlExpressionForPersistence in interface IExecutableTextHolderpublic java.lang.Number getSqlExpressionId()
IExecutableTextHolder
getSqlExpressionId in interface IExecutableTextHolderpublic Expression getSqlExpressionInMemory()
IExecutableTextHolder
getSqlExpressionInMemory in interface IExecutableTextHolderpublic boolean isAttachedSourceDataStoreSettable(int pDataStoreNumber)
IExecutableTextHolder
isAttachedSourceDataStoreSettable in interface IExecutableTextHolderpDataStoreNumber - the position of the datastore
true 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 setSourceSet(SourceSet pSourceSet)
IExecutableTextHolder
setSourceSet in interface IExecutableTextHolderpSourceSet - the source set to be setIExecutableTextHolder.getSourceSet()public void setSqlExpression(Expression pExpression)
IExecutableTextHolder
setSqlExpression in interface IExecutableTextHolderpExpression - the new expression for this TextHolder
|
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 | ||||||||