- IConditionItem - Interface in oracle.odi.mapping.generation
-
An interface to represent a select item or expression that is used as part of a condition expression,
such as a join or filter condition.
- IN - Static variable in class oracle.odi.mapping.generation.FilterSubQuery.QueryRole
-
- INNER - Static variable in class oracle.odi.mapping.generation.JoinTable.JoinType
-
- INSERT - Static variable in class oracle.odi.mapping.generation.AbstractSyntaxTree.LogCounter
-
Execution will increment the INSERT counter.
- INSERT_LOCAL - Static variable in class oracle.odi.mapping.generation.AbstractSyntaxTree.LogCounter
-
Execution will increment the INSERT counter for the current task only.
- instantiateTask(Map) - Method in class oracle.odi.domain.mapping.generator.TaskControl
-
Add an extra instance of this task to the generated session.
- instantiateTask(String, Map) - Method in class oracle.odi.domain.mapping.generator.TaskControl
-
Add an extra instance of this task to the generated session.
- internalParseFunctionSyntax(FunctionSyntaxWrapper) - Static method in class oracle.odi.mapping.generation.MappingGenerationUtils
-
Parse the function wrapper to get its parameter info.
- isAddParen() - Method in class oracle.odi.mapping.generation.JoinTable
-
Return true if parenthesis should be added around the join condition for this pairwise join.
- isAggregation(ITechnology) - Method in class oracle.odi.mapping.generation.CorrelatedQuery
-
- isAggregation(ITechnology) - Method in class oracle.odi.mapping.generation.Expression
-
Indicates whether this expression references an aggregation function.
- isAggregation(ITechnology, Expression.AggregationFunctionType) - Method in class oracle.odi.mapping.generation.Expression
-
Returns true if this expression is an aggregate or window function.
- isAggregation(ITechnology) - Method in interface oracle.odi.mapping.generation.ISelectItem
-
Indicates whether this expression references an aggregation function.
- isANSI() - Method in class oracle.odi.mapping.generation.SqlQuery
-
- isANSIJoinGenerate() - Method in class oracle.odi.mapping.generation.ArrayExpression
-
- isArrayExpression() - Method in interface oracle.odi.mapping.generation.IConditionItem
-
Indicates whether this condition item represent an ArrayExpression object.
- isArrayExpression() - Method in interface oracle.odi.mapping.generation.ITableFunctionParameter
-
Indicates whether this parameter is an ArrayExpression item.
- isAttrNested(MapAttribute) - Method in class oracle.odi.mapping.generation.NestedSqlQuery
-
Check whether given attribute is nested inside nested query
- isConstantQuery() - Method in class oracle.odi.mapping.generation.SqlQuery
-
Return true if the query has no real source, but is projecting a set of constants in the select list.
- isConstantSource() - Method in class oracle.odi.mapping.generation.FromClause
-
Return true if the table query clause is a constant source.
- isConstantSource() - Method in class oracle.odi.mapping.generation.TableQueryReference
-
Return true if the table reference has a constant source.
- isConstantSource() - Method in class oracle.odi.mapping.generation.TableReference
-
Return true if this table reference has a constant source.
- isConsumed() - Method in class oracle.odi.mapping.generation.TemporaryIndex
-
- isCreatedOnTempTable() - Method in class oracle.odi.mapping.generation.TemporaryIndex
-
- isCrossOrNatural() - Method in class oracle.odi.mapping.generation.JoinTable
-
Return true if this object represents a cross join or a natural join.
- isDecorator() - Method in class oracle.odi.mapping.generation.CallScriptCmd
-
- isDecorator() - Method in class oracle.odi.mapping.generation.Command
-
Gets if this command is a decorator.
- isDecorator() - Method in class oracle.odi.mapping.generation.ExpressionCmd
-
- isDistinct() - Method in class oracle.odi.mapping.generation.SqlQuery
-
Check if the query has a distinct clause.
- ISelectItem - Interface in oracle.odi.mapping.generation
-
A class to represent a select item in a SQL query, or some column-level metadata
in a script.
- isFilterSubquery() - Method in interface oracle.odi.mapping.generation.IConditionItem
-
Indicates whether this condition item represent a FilterSubQuery object.
- isFromInclude() - Method in class oracle.odi.mapping.generation.TemplateUtils.LocalTemplate
-
- isGenerateXML() - Method in class oracle.odi.mapping.generation.PivotQuery
-
- isGeneric() - Method in class oracle.odi.mapping.generation.TemplateUtils.LocalTemplate
-
- IsIgnorePathSpec() - Method in class oracle.odi.mapping.generation.SourceAttribute
-
Gets the flag indicating if the path portion must be ignored.
- isLeafLevelNode() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
-
Return true if this substitution API object is a leaf-level node in the current substitution API tree.
- isLookupRowMatchCond() - Method in class oracle.odi.mapping.generation.ArrayExpression
-
Returns true if this is a lookup row match condition, otherwise false.
- isNameQuoted() - Method in class oracle.odi.mapping.generation.Column
-
Returns true if the name of this column is quoted.
- isNonOrderedJoinCondition() - Method in class oracle.odi.mapping.generation.ArrayExpression
-
Returns true if this expression represents a non-ANSI join condition (using the (+) keyword).
- isOrderedJoin() - Method in class oracle.odi.mapping.generation.JoinTable
-
Return true if the join is ordered.
- isPassive() - Method in class oracle.odi.mapping.generation.Expression
-
- isPassive() - Method in class oracle.odi.mapping.generation.SqlQuery
-
- isPivot() - Method in class oracle.odi.mapping.generation.SqlQuery
-
Check if the query is created from a pivot component.
- isPushFromSource() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
-
Return true if this AST should push data from source, where the target command must be moved to
the source data server to execute.
- isReplicateNewlines() - Method in class oracle.odi.mapping.generation.TemplateUtils.LocalTemplate
-
- isRunOnSource() - Method in class oracle.odi.mapping.generation.OracleSqlQuery
-
Get the flag indicating if this query should be run on source database server.
- isScalar() - Method in interface oracle.odi.mapping.generation.FieldKind
-
- isSelector() - Method in class oracle.odi.mapping.generation.CallScriptCmd
-
- isSelector() - Method in class oracle.odi.mapping.generation.Command
-
Gets if this command is a selector.
- isSelector() - Method in class oracle.odi.mapping.generation.ExpressionCmd
-
- isSelector() - Method in class oracle.odi.mapping.generation.Script
-
Gets the flag indicating if the last command is a selector, or in the case of schema-only script, gets the
flag indicating if this script is a selector.
- isSimpleExpression() - Method in class oracle.odi.mapping.generation.ArrayExpression
-
Return true if the expression is a simple reference to one referenced object, with no function calls or operators.
- isSimpleExpression() - Method in class oracle.odi.mapping.generation.Expression
-
Return true if the expression is a simple reference to exactly one referenced source object or attribute,
with no function calls or operators.
- isSimpleExpression() - Method in class oracle.odi.mapping.generation.StringExpression
-
- isSkipTaskGeneration() - Method in class oracle.odi.domain.mapping.generator.TaskControl
-
Return true if the skip task generation flag has been set, else return false.
- isSqlQuery() - Method in interface oracle.odi.mapping.generation.ITableFunctionParameter
-
Indicates whether this parameter is a SqlQuery item.
- isStagingQuery() - Method in class oracle.odi.mapping.generation.SqlQuery
-
- isSubquery() - Method in class oracle.odi.mapping.generation.SqlQuery
-
- isSubqueryRequired() - Method in class oracle.odi.mapping.generation.SetQuery
-
Return true if this set query needs to be generated as a sub-query
- isTargetExpression() - Method in class oracle.odi.mapping.generation.ArrayExpression
-
Get a flag to indicate that this is a target expression.
- isUnknown() - Method in interface oracle.odi.mapping.generation.FieldKind
-
- ITableFunctionParameter - Interface in oracle.odi.mapping.generation
-
An interface to represent a parameter that will be passed to the referenced table function.