public final class OdiIKMLine extends ComponentKMLine
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OdiIKMLine.TemporaryIndexLocation
Internal Enum that represents the location where temporary indexes can be created by an OdiIKMLine when executed. 
Possible values are: NONE: do not create any temporary index ON_SOURCE: create temporary index on source  | 
ComponentKMLine.KMLineClassTypeOdiProcedureLine.ExecuteOptions, OdiProcedureLine.LogCounter, OdiProcedureLine.OdiProcedureLineIdIProcedureLine.LineTypeNAME_MAX_LENGTH| Modifier and Type | Method and Description | 
|---|---|
ComponentKMLine.TemporaryIndexLocation | 
getTemporaryIndexLoc()  | 
OdiIKMLine.TemporaryIndexLocation | 
getTemporaryIndexLocation()
Get the temporaryIndexLocation. 
 | 
boolean | 
isDerivedSelectStatement()
Returns whether this line is a derived statement line or not. 
 | 
boolean | 
isGeneratedIfJrnTableInInterface()
Is generatedIfJrnTableInInterface set? 
 | 
boolean | 
isGeneratedIfJrnTableInStagingArea()
Is generatedIfJrnTableInStagingArea set? 
 | 
void | 
setGeneratedIfJrnTableInInterface(boolean pGeneratedIfJrnTableInInterface)
Defines whether this IKM line is generated if the journalized table is source of the current interface. 
 | 
void | 
setGeneratedIfJrnTableInStagingArea(boolean pGeneratedIfJrnTableInStagingArea)
Defines whether this LKM line is generated if a journalized table is found in staging area, or not. 
 | 
void | 
setTemporaryIndexLocation(OdiIKMLine.TemporaryIndexLocation pTemporaryIndexLocation)
Defines temporary index option of this IKM line. 
 | 
void | 
setTemporaryIndexLocationByString(java.lang.String value)  | 
addVariableDefScriptText, getComponentKM, getDescription, getKMName, getKMType, getLineType, getOrder, getSourceLanguage, getSourceLanguageOverride, getSourceTechnology, getTargetLanguage, getTargetTechnology, getVariableDefScriptText, isSubtypeSet, setComponentKMName, setSourceLanguage, setSubtypes, setTargetLanguage, setVariableDefScriptText, toStringaddGenerationCondition, getExecuteOption, getGenerationConditions, getInternalId, getIsSourceExpressionTextEncrypted, getIsTargetExpressionTextEncrypted, getLineExeChannel, getLogCounter, getLogFinalCommand, getLogLevel, getName, getOnSourceCommand, getOnTargetCommand, getOrder, getProcedure, getSourceExpressionText, getTargetExpressionText, isAlwaysGenerated, isIgnoreError, removeGenerationCondition, setAlwaysGenerated, setExecutionOptionType, setIgnoreError, setLineExeChannel, setLineType, setLineType, setLogCounter, setLogFinalCommand, setLogLevel, setName, setOnSourceCommand, setOnTargetCommand, setOrder, setSourceExpressionText, setTargetExpressionTextequals, getBigNumericId, getGlobalId, getNumericId, getParent, hashCodegetNamegetBigNumericId, getGlobalId, getNumericIdpublic void setGeneratedIfJrnTableInInterface(boolean pGeneratedIfJrnTableInInterface)
pGeneratedIfJrnTableInInterface - true to have this IKM line is generated if the journalized table is source of the current interfaceisGeneratedIfJrnTableInInterface()public boolean isGeneratedIfJrnTableInInterface()
setGeneratedIfJrnTableInInterface(boolean)public void setGeneratedIfJrnTableInStagingArea(boolean pGeneratedIfJrnTableInStagingArea)
pGeneratedIfJrnTableInStagingArea - true to have this LKM line generate if a journalized table is found in staging areaisGeneratedIfJrnTableInStagingArea()public boolean isGeneratedIfJrnTableInStagingArea()
setGeneratedIfJrnTableInStagingArea(boolean)public boolean isDerivedSelectStatement()
setDerivedSelectStatement(boolean)public void setTemporaryIndexLocation(OdiIKMLine.TemporaryIndexLocation pTemporaryIndexLocation)
pTemporaryIndexLocation - OdiIKMLine.TemporaryIndexLocation value for temporaryIndexLocationgetTemporaryIndexLocation()public OdiIKMLine.TemporaryIndexLocation getTemporaryIndexLocation()
setTemporaryIndexLocation(oracle.odi.domain.project.OdiIKMLine.TemporaryIndexLocation)public ComponentKMLine.TemporaryIndexLocation getTemporaryIndexLoc()
getTemporaryIndexLoc in class ComponentKMLinepublic void setTemporaryIndexLocationByString(java.lang.String value)
setTemporaryIndexLocationByString in class ComponentKMLine