Skip navigation links
Oracle® Fusion Middleware Java Substitution API Reference for Oracle Data Integrator
12c (12.2.1.2.6)

E84582-01
A B C D E F G H I J L M N O P Q R S T U V W X 

G

GenerationException - Exception in oracle.odi.mapping.generation
 
GenerationException(String, Object[]) - Constructor for exception oracle.odi.mapping.generation.GenerationException
 
GenerationException(String, Throwable, Object[]) - Constructor for exception oracle.odi.mapping.generation.GenerationException
 
GenerationException(Object, String, Throwable, Object[]) - Constructor for exception oracle.odi.mapping.generation.GenerationException
 
getAccompanyingExpressions() - Method in class oracle.odi.mapping.generation.Expression
Get all accompanying expressions.
getAdapter() - Method in class oracle.odi.mapping.generation.FunctionSyntaxWrapper
 
getAdapter() - Method in class oracle.odi.mapping.generation.TemplateUtils
 
getAggregateExpressions() - Method in class oracle.odi.mapping.generation.PivotQuery
 
getAggregateFunction() - Method in class oracle.odi.mapping.generation.PivotQuery
Gets the aggregate function.
getAlias() - Method in class oracle.odi.mapping.generation.ArrayExpression
Gets the alias for this expression.
getAlias() - Method in class oracle.odi.mapping.generation.TableQueryReference
 
getAliasList() - Method in class oracle.odi.mapping.generation.FromClause
Get all the alias used in this FromClause , either come from the table query clause or the join table clause.
getAliasList() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the list of aliases of the select items of this query.
getArrayExpression() - Method in interface oracle.odi.mapping.generation.IConditionItem
 
getArrayExpression() - Method in interface oracle.odi.mapping.generation.ISelectItem
Convenience method to cast this object to an ArrayExpression, if it is an instance of ArrayExpression.
getArrayExpression() - Method in interface oracle.odi.mapping.generation.ITableFunctionParameter
 
getArrayExpression() - Method in class oracle.odi.mapping.generation.StringExpression
 
getAssociatedPathPoint() - Method in class oracle.odi.mapping.generation.ArrayExpression
Get the associated path point for this expression.
getAtomicFields() - Method in class oracle.odi.mapping.generation.Field
Gets all scalar fields.
getAtomicFields() - Method in class oracle.odi.mapping.generation.Schema
Gets all fields that do not own other fields.
getAttr() - Method in class oracle.odi.mapping.generation.SourceAttribute
Gets the MapAttribute part of the Pig source attr.
getAttribute() - Method in class oracle.odi.mapping.generation.MapAttributeWithPath
 
getAttributesWithPath() - Method in class oracle.odi.mapping.generation.ArrayExpression
Get a hash map whose keys are the referenced attribute names of this expression, and whose values are the MapAttributeWithPath object representing the referenced attributes and the mapping path that is being referenced.
getBaseLanguageName() - Method in class oracle.odi.mapping.generation.TemplateUtils.LocalTemplate
 
getBigNumericId() - Method in class oracle.odi.mapping.generation.TemplateUtils.LocalTemplate
 
getBoundDatastore() - Method in class oracle.odi.mapping.generation.Table
 
getCallParameterMap(FunctionNode, UserFunctionInfo) - Static method in class oracle.odi.mapping.generation.MappingGenerationUtils
 
getCauseMessage() - Method in exception oracle.odi.mapping.generation.GenerationException
Returns the associated exception cause message for this issue, based on the specified locale
getChildFields() - Method in class oracle.odi.mapping.generation.Field
Gets the child fields.
getChildFieldsWithXRef() - Method in class oracle.odi.mapping.generation.Field
Gets all child field that refer to MapAttributes.
getChildMap() - Method in class oracle.odi.mapping.generation.ArrayExpression
Get the hash map whose keys are the template substitution strings in this expression's template (e.g.
getChildren() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the list of child objects owned by this substitution API object.
getChildren() - Method in class oracle.odi.mapping.generation.ArrayExpression
 
getChildren() - Method in class oracle.odi.mapping.generation.Command
 
getChildren() - Method in class oracle.odi.mapping.generation.CustomAST
Get the child object list for this substitution API object.
getChildren() - Method in class oracle.odi.mapping.generation.FilterSubQuery
Get the children.
getChildren() - Method in class oracle.odi.mapping.generation.FromClause
 
getChildren() - Method in interface oracle.odi.mapping.generation.IConditionItem
Get the list of child objects owned by this Condition item.
getChildren() - Method in interface oracle.odi.mapping.generation.ITableFunctionParameter
Get the list of child objects owned by this parameter.
getChildren() - Method in class oracle.odi.mapping.generation.JoinTable
 
getChildren() - Method in class oracle.odi.mapping.generation.NullTarget
 
getChildren() - Method in class oracle.odi.mapping.generation.Script
 
getChildren() - Method in class oracle.odi.mapping.generation.SetQuery
 
getChildren() - Method in class oracle.odi.mapping.generation.SourceASTList
 
getChildren() - Method in class oracle.odi.mapping.generation.SqlInsertStatement
 
getChildren() - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement
 
getChildren() - Method in class oracle.odi.mapping.generation.SqlQuery
 
getChildren() - Method in class oracle.odi.mapping.generation.StringExpression
 
getChildren() - Method in class oracle.odi.mapping.generation.Table
 
getChildren() - Method in class oracle.odi.mapping.generation.TableFunctionReference
 
getChildren() - Method in class oracle.odi.mapping.generation.TableQueryReference
 
getChildren() - Method in class oracle.odi.mapping.generation.TableReference
 
getChildren() - Method in class oracle.odi.mapping.generation.TextTemplateTree
 
getCodeGenerationTemplate() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the top-level global code generation template associated with this substitution API object.
getCodeGenerationTemplateName(Class) - Static method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the name of the top-level global template associated with the AST class type.
getCollTableUniquenessDigits() - Method in class oracle.odi.mapping.generation.TemporaryIndex
 
getColumnAliasSeparator() - Method in class oracle.odi.mapping.generation.SqlQuery
Gets the separator between column expression and alias, based on the source technology of this query.
getColumnList() - Method in class oracle.odi.mapping.generation.SqlInsertStatement
Gets the target insert columns for this insert statement.
getCommands() - Method in class oracle.odi.mapping.generation.Script
Gets the list of commands in this script.
getCompileErrorMessage() - Method in exception oracle.odi.mapping.generation.GenerationException
 
getConnectorPoint() - Method in class oracle.odi.mapping.generation.Schema
Gets the connector point corresponding to this schema.
getConstantFromClauseText() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the FROM clause text for a query with only constant select item expressions, and no real source.
getConstantFromClauseText(boolean) - Method in class oracle.odi.mapping.generation.SqlQuery
Get the FROM clause text for a query with only constant select item expressions, and no real source.
getCorrelatedQuery() - Method in class oracle.odi.mapping.generation.ArrayExpression
 
getCorrelatedQuery() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
 
getCorrelatedQuery() - Method in interface oracle.odi.mapping.generation.ISelectItem
Convenience method to cast this object to a CorrelatedQuery object, if it is an instance of CorrelatedQuery.
getCorrelatedQuery() - Method in class oracle.odi.mapping.generation.StringExpression
 
getCreationName() - Method in class oracle.odi.mapping.generation.Table
The creation name is used when a DDL statement is generated to create the database table.
getCreationText() - Method in class oracle.odi.mapping.generation.Table
 
getCustomTemplate() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Returns the custom template that has been set for this object, if any, else null.
getCustomText() - Method in class oracle.odi.mapping.generation.Table
 
getDatastoreComponent() - Method in class oracle.odi.mapping.generation.Table
Get the reference Datastore component.
getDefaultBaseLanguageName(ITechnology) - Static method in class oracle.odi.mapping.generation.TemplateUtils
 
getDefaultValueTemplate() - Method in class oracle.odi.mapping.generation.Expression
Gets the default value template of this expression.
getDeleteConditions() - Method in class oracle.odi.mapping.generation.SqlDeleteStatement
Gets the delete conditions of this delete statement.
getDeleteMatchSourceExpressions() - Method in class oracle.odi.mapping.generation.SqlDeleteStatement
Gets the delete match source column expressions of this delete statement.
getDeleteMatchTargetColumns() - Method in class oracle.odi.mapping.generation.SqlDeleteStatement
Gets the delete match target columns of this delete statement.
getDestinationTargets() - Method in class oracle.odi.mapping.generation.Script
Gets the names of target data stores of this script.
getDisplayableType(String) - Method in class oracle.odi.mapping.generation.Field
Calculates a human readable string representing this field.
getDomainInterfaceType() - Method in class oracle.odi.mapping.generation.TemplateUtils.LocalTemplate
 
getErrorObject() - Method in exception oracle.odi.mapping.generation.GenerationException
Gets the object which generated the error, or null if there is none.
getExpandedTemplateText(String, boolean) - Method in class oracle.odi.mapping.generation.TemplateUtils
 
getExpandedTemplateText(String, List, boolean) - Method in class oracle.odi.mapping.generation.TemplateUtils
 
getExpression() - Method in class oracle.odi.mapping.generation.TemporaryIndex
 
getExpressionColumn(Expression) - Method in class oracle.odi.mapping.generation.SqlQuery
Get the source column referenced by the expression of an select item.
getExpressions() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get a list of expressions owned by this substitution API object.
getExpressions() - Method in class oracle.odi.mapping.generation.ArrayExpression
Get a list of all substitution API expression objects that are referenced by this expression.
getExpressions() - Method in class oracle.odi.mapping.generation.Command
 
getExpressions() - Method in class oracle.odi.mapping.generation.CustomAST
 
getExpressions() - Method in class oracle.odi.mapping.generation.FilterSubQuery
Get the expressions.
getExpressions() - Method in class oracle.odi.mapping.generation.FromClause
 
getExpressions() - Method in class oracle.odi.mapping.generation.JoinTable
 
getExpressions() - Method in class oracle.odi.mapping.generation.NullTarget
 
getExpressions() - Method in class oracle.odi.mapping.generation.QueryClause
 
getExpressions() - Method in class oracle.odi.mapping.generation.Script
 
getExpressions() - Method in class oracle.odi.mapping.generation.SourceASTList
 
getExpressions() - Method in class oracle.odi.mapping.generation.SqlInsertStatement
 
getExpressions() - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement
 
getExpressions() - Method in class oracle.odi.mapping.generation.SqlQuery
 
getExpressions() - Method in class oracle.odi.mapping.generation.StringExpression
 
getExpressions() - Method in class oracle.odi.mapping.generation.Table
 
getExpressions() - Method in class oracle.odi.mapping.generation.TableFunctionReference
 
getExpressions() - Method in class oracle.odi.mapping.generation.TableQueryReference
 
getExpressions() - Method in class oracle.odi.mapping.generation.TableReference
 
getExpressions() - Method in class oracle.odi.mapping.generation.TextTemplateTree
 
getExprText(MapConnectorPoint, MapExpression, boolean) - Method in class oracle.odi.mapping.generation.Command
Gets the generated code for an expression.
getExprText(MapConnectorPoint, MapExpression) - Method in class oracle.odi.mapping.generation.Command
Gets the generated code for an expression.
getExprText(MapConnectorPoint, MapExpression, boolean) - Method in class oracle.odi.mapping.generation.Script
Generates the code for an expression.
getFieldKind() - Method in class oracle.odi.mapping.generation.Field
Gets the kind of this field.
getFields() - Method in class oracle.odi.mapping.generation.Schema
Gets the fields in this schema.
getFieldsWithXRef() - Method in class oracle.odi.mapping.generation.Schema
Gets all fields that refer to source attributes.
getFilterSubquery() - Method in interface oracle.odi.mapping.generation.IConditionItem
 
getFromClause() - Method in class oracle.odi.mapping.generation.Table
Get the from clause of this table.
getFromClause() - Method in class oracle.odi.mapping.generation.TableQueryReference
Get the from clause of this table query reference.
getFromClause() - Method in class oracle.odi.mapping.generation.TableReference
Get the from clause of this table reference.
getFromList() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the From clause list of the query.
getFullGeneratedName() - Method in class oracle.odi.mapping.generation.Table
 
getFunction() - Method in class oracle.odi.mapping.generation.UserFunctionInfo
 
getFunctionCallName() - Method in class oracle.odi.mapping.generation.UserFunctionInfo
 
getFunctionName() - Method in class oracle.odi.mapping.generation.TableFunctionReference
 
getGeneratedName() - Method in class oracle.odi.mapping.generation.Table
 
getGeneratedName(String) - Method in class oracle.odi.mapping.generation.Table
Get the generated table name for this table, with an extra suffix appended.
getGeneratedName(boolean) - Method in class oracle.odi.mapping.generation.Table
Get the generated table name for this table.
getGeneratedName(boolean, String) - Method in class oracle.odi.mapping.generation.Table
Get the full generated table name for this table.
getGlobalId() - Method in class oracle.odi.mapping.generation.FunctionSyntaxWrapper
 
getGlobalId() - Method in class oracle.odi.mapping.generation.TemplateUtils.LocalTemplate
 
getGlobalId() - Method in class oracle.odi.mapping.generation.UserFunctionInfo
 
getGroupByList() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the GROUP BY expressions of this query.
getGroupComparisonKeyword() - Method in class oracle.odi.mapping.generation.FilterSubQuery
Get the group comparison keyword.
getGroupComparisonKeywordText() - Method in class oracle.odi.mapping.generation.FilterSubQuery
Get the text representation of the group comparison keyword.
getHavingList() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the HAVING expressions of this query.
getImplementationString(ITechnology, List) - Method in class oracle.odi.mapping.generation.FunctionSyntaxWrapper
Get the implementation string for this user function.
getImplementationString(ITechnology, List) - Method in class oracle.odi.mapping.generation.UserFunctionInfo
 
getIncludeDeclaration(String) - Static method in class oracle.odi.mapping.generation.TemplateUtils
 
getInColumnAliases() - Method in class oracle.odi.mapping.generation.PivotQuery
 
getInColumnMatchingRows() - Method in class oracle.odi.mapping.generation.PivotQuery
 
getIndex() - Method in class oracle.odi.mapping.generation.Field
Gets the index of this field.
getIndexExp() - Method in class oracle.odi.mapping.generation.TemporaryIndex
 
getIndexName() - Method in class oracle.odi.mapping.generation.TemporaryIndex
 
getIndexTypeClause() - Method in class oracle.odi.mapping.generation.TemporaryIndex
 
getIndexTypeCode() - Method in class oracle.odi.mapping.generation.TemporaryIndex
 
getInputAttrNamesList() - Method in class oracle.odi.mapping.generation.CallScriptCmd
Gets lists of attribute names.
getInputConnectorPoint(Schema) - Method in class oracle.odi.mapping.generation.Script
Gets the input connector point for an input schema.
getInputConnectorPoint(int) - Method in class oracle.odi.mapping.generation.Script
Gets the input connector point for an input schema at a given index.
getInputExprsList() - Method in class oracle.odi.mapping.generation.CallScriptCmd
Gets the lists of input expressions, one list for each input connector point.
getInputQuery(int) - Method in class oracle.odi.mapping.generation.SetQuery
Get the input query corresponding to the given index.
getInputQuery(int) - Method in class oracle.odi.mapping.generation.SqlQuery
Get the input queries that are used in a set query (e.g.
getInputQueryCount() - Method in class oracle.odi.mapping.generation.SetQuery
Return the number of input queries.
getInputQueryCount() - Method in class oracle.odi.mapping.generation.SqlQuery
 
getInputSchemas() - Method in class oracle.odi.mapping.generation.Script
Gets the input schemas of this script.
getInputScriptMasks() - Method in class oracle.odi.mapping.generation.Script
Gets the input script masks.
getInputScripts() - Method in class oracle.odi.mapping.generation.Script
Gets the input scripts.
getInsertColumns() - Method in class oracle.odi.mapping.generation.SqlMergeStatement
Gets the target insert columns of this merge statement.
getInsertHintOptionName() - Method in class oracle.odi.mapping.generation.OracleInsertStatement
Get the KM option name for insert hint.
getInsertHints() - Method in class oracle.odi.mapping.generation.OracleInsertStatement
Gets the insert hints of this Oracle insert statement.
getInsertItem(Table) - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement
Gets the insert item for a target table of this multi-insert statement.
getInsertItems() - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement
Gets the insert items of this multi-insert statement.
getInsertSourceExpressions() - Method in class oracle.odi.mapping.generation.SqlMergeStatement
Gets the target insert columns source expressions of this merge statement.
getInstance(ITechnology) - Static method in class oracle.odi.mapping.generation.CommandHelper
 
getIsMTICandidate() - Method in class oracle.odi.mapping.generation.SqlInsertStatement
Indicate whether this insert statement is a multiple targets insert candidate.
getJDBCMetadata() - Method in class oracle.odi.mapping.generation.FileInsertStatement
Gets the JDBC metadata text string of this file insert statement.
getJDBCMetadata() - Method in class oracle.odi.mapping.generation.FileSqlQuery
Gets the JDBC metadata text string of this file select query.
getJDBCMetadata() - Method in class oracle.odi.mapping.generation.FileUpdateStatement
Gets the JDBC metadata text string of this file update statement.
getJoinConditionForWhere() - Method in class oracle.odi.mapping.generation.JoinTable
Get the join condition for where clause.
getJoinConditionForWhereText() - Method in class oracle.odi.mapping.generation.JoinTable
Get the join condition text for where clause
getJoinTable() - Method in class oracle.odi.mapping.generation.FromClause
Get the join table of the FromClause.
getJoinType() - Method in class oracle.odi.mapping.generation.JoinTable
Get the join type for this join.
getJoinTypeText() - Method in class oracle.odi.mapping.generation.JoinTable
Get the join type name for this join
getJournalizedSource() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the journalized source node for this query.
getKMName() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Return the name of the KM that generated this AST, or null if it was not generated by a KM.
getLanguage() - Method in class oracle.odi.mapping.generation.TemplateUtils
 
getLastCommand() - Method in class oracle.odi.mapping.generation.Script
Gets the last command of this script.
getLateralViewList() - Method in class oracle.odi.mapping.generation.SqlQuery
Gets the flattened complex columns that would result in a Hive lateral view, basically only those complex columns that comprise a collection.
getLeafLevelChildren() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get a list of leaf-level or lowest level children in this substitution API object tree.
getLeftJoinTable() - Method in class oracle.odi.mapping.generation.JoinTable
Get the left join table.
getLeftTableQueryRef() - Method in class oracle.odi.mapping.generation.JoinTable
Get the query for the left join table
getLeftText() - Method in class oracle.odi.mapping.generation.JoinTable
Get the left text of the join table.
getLocalizedMessage() - Method in exception oracle.odi.mapping.generation.GenerationException
 
getLogicalSchema() - Method in class oracle.odi.mapping.generation.TemporaryIndex
 
getLogicalSchemaForTable() - Method in class oracle.odi.mapping.generation.TemporaryIndex
 
getMapAttribute() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
Get the map attribute that is associated with this select item, if any, else null.
getMapAttribute() - Method in class oracle.odi.mapping.generation.Expression
 
getMapAttribute() - Method in interface oracle.odi.mapping.generation.ISelectItem
Get the map attribute that is associated with this select item, if any, else null.
getMapPhysicalNode() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the map physical node that created this substitution API object.
getMapping() - Method in class oracle.odi.mapping.generation.FunctionSyntaxWrapper
 
getMappingObject() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
 
getMappingObject() - Method in class oracle.odi.mapping.generation.Expression
 
getMappingObject() - Method in interface oracle.odi.mapping.generation.ISelectItem
 
getMaxColumnLength() - Method in class oracle.odi.mapping.generation.ArrayExpression
Gets the maximum length of the column of this expression.
getMaxColumnLength() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
Get the max length of a column name.
getMaxColumnLength() - Method in class oracle.odi.mapping.generation.Expression
Get the max length of the column name.
getMaxColumnLength() - Method in interface oracle.odi.mapping.generation.ISelectItem
 
getMergeColumns() - Method in class oracle.odi.mapping.generation.SqlMergeStatement
Gets the target merge columns of this merge statement.
getMergeConditions() - Method in class oracle.odi.mapping.generation.SqlMergeStatement
Gets the merge conditions of this merge statement.
getMergeHintOptionName() - Method in class oracle.odi.mapping.generation.OracleMergeStatement
Get the KM option name for merge hint.
getMergeHints() - Method in class oracle.odi.mapping.generation.OracleMergeStatement
Gets the hints of this Oracle merge statement.
getMergeOnSourceExpressions() - Method in class oracle.odi.mapping.generation.SqlMergeStatement
Gets the merge on clause source column expressions of this merge statement.
getMergeOnTargetColumns() - Method in class oracle.odi.mapping.generation.SqlMergeStatement
Gets the merge on clause target column expressions of this merge statement.
getMessage() - Method in exception oracle.odi.mapping.generation.GenerationException
Return the message of the issue based on default locale
getMessage(Locale) - Method in exception oracle.odi.mapping.generation.GenerationException
Return the message of the issue based on specified locale
getMessageAction() - Method in exception oracle.odi.mapping.generation.GenerationException
Return the action of the message
getMessageArguments() - Method in exception oracle.odi.mapping.generation.GenerationException
Return the arguments used to format the message
getMessageCause() - Method in exception oracle.odi.mapping.generation.GenerationException
Return the cause of the message
getMessageID() - Method in exception oracle.odi.mapping.generation.GenerationException
Return the message ID of the message
getMessageKey() - Method in exception oracle.odi.mapping.generation.GenerationException
Return the message key of the message.
getModelObject() - Method in class oracle.odi.mapping.generation.FunctionSyntaxWrapper
 
getModelTable() - Method in class oracle.odi.mapping.generation.Table
Get the reference model object.
getName() - Method in class oracle.odi.mapping.generation.Column
Get the name of this column.
getName() - Method in class oracle.odi.mapping.generation.Field
Calculates the name for this field.
getName(boolean) - Method in class oracle.odi.mapping.generation.Field
Calculates the name for this field.
getName() - Method in class oracle.odi.mapping.generation.FunctionSyntaxWrapper
 
getName() - Method in class oracle.odi.mapping.generation.Schema
Gets the name for the schema
getName() - Method in class oracle.odi.mapping.generation.Table
 
getName() - Method in class oracle.odi.mapping.generation.TemplateUtils.LocalTemplate
 
getNonOrderedComponents() - Method in class oracle.odi.mapping.generation.ArrayExpression
Gets the list of components which are participating in a non-ANSI join.
getNonOrderedComponents() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the list of components participating in the non-ANSI join of this query.
getNumericId() - Method in class oracle.odi.mapping.generation.TemplateUtils.LocalTemplate
Deprecated.
getOrder() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the order of this node, if this node is part of an ordered list of AST objects.
getOrderByList() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the ORDER BY expressions of this query.
getOutputConnectorPoint() - Method in class oracle.odi.mapping.generation.Script
Gets the output connector point of the last command of this script, or if this script if schema only, gets the output connector point of the physical node this script corresponds to.
getOutputSchema() - Method in class oracle.odi.mapping.generation.Script
Gets the output schema for this script.
getOwnerScript() - Method in class oracle.odi.mapping.generation.Schema
Gets the owner script.
getParameterCount() - Method in class oracle.odi.mapping.generation.UserFunctionInfo
 
getParameterName(FunctionNode, String, String) - Static method in class oracle.odi.mapping.generation.MappingGenerationUtils
Get the parameter name from a function node whose function name is "$", meaning it is a UDF parameter definition.
getParameterName() - Method in class oracle.odi.mapping.generation.UserFunctionInfo.ParameterInfo
 
getParameterNames() - Method in class oracle.odi.mapping.generation.UserFunctionInfo
 
getParameters() - Method in class oracle.odi.mapping.generation.TableFunctionReference
 
getParameters() - Method in class oracle.odi.mapping.generation.UserFunctionInfo
 
getParameterTypeIndex() - Method in class oracle.odi.mapping.generation.UserFunctionInfo.ParameterInfo
 
getParameterTypes() - Method in class oracle.odi.mapping.generation.TableFunctionReference
Get the list of parameter types for the referenced table function.
getParentAST() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the parent substitution API object for this child object.
getParentAST() - Method in interface oracle.odi.mapping.generation.IConditionItem
Get the parent substitution API object for this Condition item.
getParentAST() - Method in interface oracle.odi.mapping.generation.ITableFunctionParameter
Get the parent substitution API object for this parameter.
getParentField() - Method in class oracle.odi.mapping.generation.Field
Gets the parent field.
getParentOfType(Class) - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Navigate up the parent hierarchy in this AST tree to find the first parent of the specified class type.
getParentQuery() - Method in class oracle.odi.mapping.generation.QueryClause
Get the parent query.
getParentScript() - Method in class oracle.odi.mapping.generation.Command
Gets the script this command is directly owned.
getParentScript() - Method in class oracle.odi.mapping.generation.Script
Gets the parent script of this script.
getParsedTemplateText(String, Map) - Method in class oracle.odi.mapping.generation.TemplateUtils
Gets the parsed template text.
getPathSpec() - Method in class oracle.odi.mapping.generation.SourceAttribute
Gets the path from the source attribute.
getPathSpecifier() - Method in class oracle.odi.mapping.generation.MapAttributeWithPath
 
getPersistedValue() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree.LogCounter
 
getPhysicalNode() - Method in class oracle.odi.mapping.generation.Command
Gets the physical node this command corresponds to.
getPhysicalNode() - Method in class oracle.odi.mapping.generation.Script
Gets the physical node the last command of this script corresponds to or, if this script is a schema-only script, gets the physical node assigned to this script.
getPlaceholderKeys() - Method in class oracle.odi.mapping.generation.Command
Gets keys in the current placeholder map.
getPlaceholderMap() - Method in class oracle.odi.mapping.generation.Command
Gets the placeholder map.
getPopClauseType() - Method in class oracle.odi.mapping.generation.TemporaryIndex
 
getPredicate() - Method in class oracle.odi.mapping.generation.JoinTable
 
getPredicateText() - Method in class oracle.odi.mapping.generation.JoinTable
Get the join condition predicate for this pairwise join.
getPrefix() - Method in class oracle.odi.mapping.generation.Field
Gets the prefix of this field.
getProject() - Method in class oracle.odi.mapping.generation.FunctionSyntaxWrapper
 
getPropertyValue(String) - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the value of a named property for the AST object.
getPropertyValue(String) - Method in class oracle.odi.mapping.generation.CustomizableCommand
Gets property value for a property key for this command.
getQualifiedName() - Method in class oracle.odi.mapping.generation.FunctionSyntaxWrapper
 
getQualifiedName() - Method in class oracle.odi.mapping.generation.TemplateUtils.LocalTemplate
 
getQualifier() - Method in class oracle.odi.mapping.generation.Table
 
getQuery() - Method in class oracle.odi.mapping.generation.ArrayExpression
Get the SqlQuery object that owns this ArrayExpression, if any, else return null.
getQuery() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
 
getQuery() - Method in interface oracle.odi.mapping.generation.ISelectItem
 
getQuery() - Method in class oracle.odi.mapping.generation.SqlInsertStatement
Get the source QUERY (SqlQuery) object for this insert statement.
getQuery() - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement
Gets the select query of this multi-insert statement.
getQuery() - Method in class oracle.odi.mapping.generation.StringExpression
Gets the SqlQuery object that owns this expression.
getQuery() - Method in class oracle.odi.mapping.generation.TableQueryReference
 
getQueryAlias() - Method in class oracle.odi.mapping.generation.SqlMergeStatement
Gets the select query alias of this merge statement.
getQueryAlias() - Method in class oracle.odi.mapping.generation.SqlUpdateStatement
Gets the select query alias of this update statement.
getQueryRole() - Method in class oracle.odi.mapping.generation.FilterSubQuery
Get the query role.
getQueryRoleText() - Method in class oracle.odi.mapping.generation.FilterSubQuery
Get the text representation of the query role.
getQuerySourceComponent() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the source mapping component that acts as the main source for this query.
getRawName() - Method in class oracle.odi.mapping.generation.Field
Gets raw name of this field.
getRawType() - Method in class oracle.odi.mapping.generation.Field
Gets the raw type.
getRefAttributeWithPath() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
If the referenced object is an attribute, return the attribute with path object, else null.
getRefAttributeWithPath() - Method in class oracle.odi.mapping.generation.Expression
Gets the referenced attribute object with the path information for this expression.
getRefAttributeWithPath() - Method in interface oracle.odi.mapping.generation.ISelectItem
If the referenced object is an attribute, return the attribute with path object, else null.
getRefName(MapPathSpecifier, boolean) - Method in class oracle.odi.mapping.generation.MapAttributeWithPath
 
getRefObject() - Method in class oracle.odi.mapping.generation.Column
Get the referenced datastore column object.
getRefObject() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
Get the referenced object.
getRefObject() - Method in class oracle.odi.mapping.generation.Expression
Get the reference object.
getRefObject() - Method in interface oracle.odi.mapping.generation.ISelectItem
 
getRefObjectExpressionList() - Method in class oracle.odi.mapping.generation.FilterSubQuery
Get the columns in FilterSubQuery's whereList which are from the outer query.
getRefPath() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
Get the referencing graph path associated with this select item.
getRefPath() - Method in class oracle.odi.mapping.generation.Expression
Gets the reference path for this expression.
getRefPath() - Method in interface oracle.odi.mapping.generation.ISelectItem
Get the referencing graph path associated with this select item.
getRefRedirectionMap(boolean) - Method in class oracle.odi.mapping.generation.FromClause
Get a hash table whose keys are referenced objects of FromClause, and whose value is the list of redirected expressions for the referenced object.
getRefRedirectionMap(boolean) - Method in class oracle.odi.mapping.generation.JoinTable
Get a hash table whose keys are referenced objects for the join conditions, and whose value is the list of redirected expressions for the referenced object.
getRefRedirectionMap(boolean) - Method in class oracle.odi.mapping.generation.TableQueryReference
Get a hash table whose keys are referenced objects for the query, and whose value is the list of redirected expressions for the referenced object.
getRefText() - Method in class oracle.odi.mapping.generation.MapAttributeWithPath
 
getRelationAliases() - Method in class oracle.odi.mapping.generation.Script
Gets all the relation aliases in this script.
getRightJoinTable() - Method in class oracle.odi.mapping.generation.JoinTable
Get the right join table.
getRightTableQueryRef() - Method in class oracle.odi.mapping.generation.JoinTable
Get the query for the right join table
getRightText() - Method in class oracle.odi.mapping.generation.JoinTable
Get the right text of the join table.
getRowLocatorExpressionAlias() - Method in class oracle.odi.mapping.generation.PivotQuery
 
getSchema() - Method in class oracle.odi.mapping.generation.Field
Gets the owner schema of this field.
getSchemaDefinition(boolean) - Method in class oracle.odi.mapping.generation.Schema
Generate value Pig Latin schema definition string.
getScriptContent() - Method in class oracle.odi.mapping.generation.CallScriptCmd
Gets the content for the script to be called.
getSelectHintOptionName() - Method in class oracle.odi.mapping.generation.OracleInsertStatement
Get the KM option name for select hint.
getSelectHintOptionName() - Method in class oracle.odi.mapping.generation.OracleMergeStatement
Get the KM option name for select hint.
getSelectHintOptionName() - Method in class oracle.odi.mapping.generation.OracleUpdateStatement
Get the KM option name for select hint.
getSelectHints() - Method in class oracle.odi.mapping.generation.OracleInsertStatement
Gets the select hints of the select query of this Oracle insert statement.
getSelectHints() - Method in class oracle.odi.mapping.generation.OracleSqlQuery
Get list of expressions for select hints.
getSelectHints() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the select hints associated with this query.
getSelectList() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the list of select items of this query.
getSelectQuery() - Method in class oracle.odi.mapping.generation.FilterSubQuery
Get the owning select query.
getSelectQuery() - Method in class oracle.odi.mapping.generation.SqlInsertStatement
Gets the select query of this insert statement.
getSelectQuery() - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement
Gets the select query of this multi-insert statement.
getSetOperand() - Method in class oracle.odi.mapping.generation.SqlQuery
Gets the query that is linked with this query through a set operation.
getSetOperation() - Method in class oracle.odi.mapping.generation.SqlQuery
Gets the set operation linking this query with another query.
getSetOperationTypes() - Method in class oracle.odi.mapping.generation.SetQuery
Retrieve the set operation types list
getSharedInputScript() - Method in class oracle.odi.mapping.generation.Script
Gets the input script to this script that is shared with other scripts.
getSimpleReferenceObject() - Method in class oracle.odi.mapping.generation.ArrayExpression
If this expression is a reference to a single object, return the object.
getSourceAlias() - Method in class oracle.odi.mapping.generation.Command
Gets the first source alias from the list of aliases.
getSourceAliases() - Method in class oracle.odi.mapping.generation.Command
Gets the source aliases (i.e., the aliases given to input scripts) of this command.
getSourceAttributes() - Method in class oracle.odi.mapping.generation.ArrayExpression
Get a list of attributes that act as sources for this expression.
getSourceAttributes() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
Get a list of attributes that act as sources for this expression.
getSourceAttributes() - Method in interface oracle.odi.mapping.generation.ISelectItem
Get a list of attributes that act as sources for this expression.
getSourceAttributes() - Method in class oracle.odi.mapping.generation.StringExpression
 
getSourceAttrSpec() - Method in class oracle.odi.mapping.generation.Field
Gets the source attribute specification for this field.
getSourceColumns() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the source columns referenced by the select items of this query.
getSourceExpressionMatchList() - Method in class oracle.odi.mapping.generation.SqlUpdateStatement
Gets the matching source column expressions of this update statement.
getSourceExpressions() - Method in class oracle.odi.mapping.generation.ArrayExpression
Get a list of expression objects that act as sources for this expression.
getSourceExpressions() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
Get a list of expression objects that act as a source for this expression.
getSourceExpressions() - Method in interface oracle.odi.mapping.generation.ISelectItem
Get a list of expression objects that act as a source for this expression.
getSourceExpressions() - Method in class oracle.odi.mapping.generation.StringExpression
 
getSourceLanguage() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the source language that is generated by this AST object, if any, else null.
getSourceLocation() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get source location information for this AST, if any is defined, else return null.
getSourceLocation() - Method in class oracle.odi.mapping.generation.AgentStreamingInsertStatement
Get source location information for this AST, if any is defined, else return null.
getSourceLocation() - Method in class oracle.odi.mapping.generation.CustomAST
Get source location information for this AST, if any is defined, else return null.
getSourceLocation() - Method in class oracle.odi.mapping.generation.FileInsertStatement
 
getSourceLocation() - Method in class oracle.odi.mapping.generation.SqlInsertStatement
 
getSourceLocation() - Method in class oracle.odi.mapping.generation.SqlMergeStatement
 
getSourceLocation() - Method in class oracle.odi.mapping.generation.SqlQuery
 
getSourceSelectItem() - Method in class oracle.odi.mapping.generation.Column
Get the ISelectItem instance that will be used as the query select item that will load this column, if any.
getSourceTable(String) - Method in class oracle.odi.mapping.generation.FromClause
Get the source table based on the baseName.
getSourceTable(String) - Method in class oracle.odi.mapping.generation.JoinTable
Find the source table with the specified name in this source query.
getSourceTable(String) - Method in class oracle.odi.mapping.generation.SqlQuery
Get the source table of this query
getSourceTable(String) - Method in class oracle.odi.mapping.generation.TableFunctionReference
Get the table reference which represents the source table object for the specified base table name.
getSourceTable(String) - Method in class oracle.odi.mapping.generation.TableQueryReference
Find the source table with the specified name in this source query.
getSourceTables() - Method in class oracle.odi.mapping.generation.FromClause
Get all the source tables use in this FromClause.
getSourceTables(boolean) - Method in class oracle.odi.mapping.generation.FromClause
Get all source tables, including those referenced in subqueries.
getSourceTables() - Method in class oracle.odi.mapping.generation.JoinTable
Get all the source tables used in this join table.
getSourceTables() - Method in class oracle.odi.mapping.generation.SetQuery
 
getSourceTables() - Method in class oracle.odi.mapping.generation.SqlQuery
Get all source tables involved in this query.
getSourceTables(boolean) - Method in class oracle.odi.mapping.generation.SqlQuery
Get all source tables, including those referenced in subqueries.
getSourceTables() - Method in class oracle.odi.mapping.generation.TableFunctionReference
Get the source tables collection.
getSourceTechnology() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the source technology for this AST, if any available, else return null.
getSourceTechnology() - Method in class oracle.odi.mapping.generation.CustomAST
Get source technology information for this AST, if any is defined, else return null.
getSourceTemplate() - Method in class oracle.odi.mapping.generation.CustomAST
Get the source template.
getSourceText() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the source text associated with this substitution API object, if any is defined, else null.
getSourceText() - Method in class oracle.odi.mapping.generation.CustomAST
Get the source text.
getSqlQuery() - Method in interface oracle.odi.mapping.generation.ITableFunctionParameter
 
getStaticMethod(Class, String, Class[]) - Static method in class oracle.odi.mapping.generation.TemplateUtils
 
getStringExpression() - Method in class oracle.odi.mapping.generation.ArrayExpression
 
getStringExpression() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
 
getStringExpression() - Method in interface oracle.odi.mapping.generation.ISelectItem
Convenience method to cast this object to a StringExpression object, if it is an instance of StringExpression.
getStringExpression() - Method in class oracle.odi.mapping.generation.StringExpression
 
getSubqueries() - Method in class oracle.odi.mapping.generation.FromClause
Get all the sub-queries included in this FromClause.
getSubqueries() - Method in class oracle.odi.mapping.generation.SqlQuery
 
getSubquery() - Method in class oracle.odi.mapping.generation.FromClause
Get the subquery from the table query reference of this FromClause if any.
getSubqueryInExpressionList() - Method in class oracle.odi.mapping.generation.FilterSubQuery
Get the subquery in expression list.
getSubQuerytoGenerateXML() - Method in class oracle.odi.mapping.generation.PivotQuery
 
getSyntaxString() - Method in class oracle.odi.mapping.generation.FunctionSyntaxWrapper
 
getTable() - Method in class oracle.odi.mapping.generation.Column
Get the target table that contains this column.
getTable() - Method in class oracle.odi.mapping.generation.FromClause
Get the table reference in the FromClause.
getTable() - Method in class oracle.odi.mapping.generation.SqlInsertStatement
Gets the target table for this insert statement.
getTable() - Method in class oracle.odi.mapping.generation.TableQueryReference
 
getTable() - Method in class oracle.odi.mapping.generation.TableReference
 
getTableAlias() - Method in class oracle.odi.mapping.generation.SqlUpdateStatement
Gets the update table alias for this update statement.
getTableFunction() - Method in class oracle.odi.mapping.generation.FromClause
If this FROM clause object represents a table function, then return the table function object.
getTableFunction() - Method in class oracle.odi.mapping.generation.TableQueryReference
 
getTableName() - Method in class oracle.odi.mapping.generation.Column
Get the name of the target table that contains this column.
getTableName() - Method in class oracle.odi.mapping.generation.TemporaryIndex
 
getTableProperty(String) - Method in class oracle.odi.mapping.generation.Table
Get the value of the named substitution API object property.
getTableQuery() - Method in class oracle.odi.mapping.generation.FromClause
Get the table query reference of this FromClause.
getTargetAlias() - Method in class oracle.odi.mapping.generation.Command
Gets the target alias of this command.
getTargetAlias() - Method in class oracle.odi.mapping.generation.SqlMergeStatement
Gets the target table alias of this merge statement.
getTargetColumnExpressions() - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement.InsertItem
Gets the target table column expressions of this insert item.
getTargetColumnName() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
Get a target column name that corresponds to this query select item, for the case where the query is owned by a DML statement object.
getTargetColumnName() - Method in class oracle.odi.mapping.generation.Expression
Get a target column name that corresponds to this query select item, for the case where the query is owned by a DML statement object.
getTargetColumnName() - Method in interface oracle.odi.mapping.generation.ISelectItem
Get a target column name that corresponds to this query select item, for the case where the query is owned by a DML statement object.
getTargetColumns() - Method in class oracle.odi.mapping.generation.SqlInsertStatement
Gets the target insert columns of this insert statement.
getTargetDblinlName() - Method in class oracle.odi.mapping.generation.OracleInsertStatement
Gets the database link name of the target where the corresponding query will load into.
getTargetDblinlName() - Method in class oracle.odi.mapping.generation.OracleMergeStatement
Gets the database link name of the target where the corresponding query will load into.
getTargetDblinlName() - Method in class oracle.odi.mapping.generation.OracleSqlQuery
Gets the database link name of the target where this query will load into.
getTargetDblinlName() - Method in class oracle.odi.mapping.generation.OracleUpdateStatement
Gets the database link name of the target where the query will load into.
getTargetExpressionMatchList() - Method in class oracle.odi.mapping.generation.SqlUpdateStatement
Gets the matching target column expressions of this update statement.
getTargetGuidList() - Method in class oracle.odi.mapping.generation.TemporaryIndex
 
getTargetLanguage() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the target language that is generated by this AST object, if any, else null.
getTargetLocation() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get target location information for this AST, if any is defined, else return null.
getTargetLocation() - Method in class oracle.odi.mapping.generation.AgentStreamingInsertStatement
Get target location information for this AST, if any is defined, else return null.
getTargetLocation() - Method in class oracle.odi.mapping.generation.CustomAST
Get target location information for this AST, if any is defined, else return null.
getTargetLocation() - Method in class oracle.odi.mapping.generation.FileInsertStatement
 
getTargetLocation() - Method in class oracle.odi.mapping.generation.OracleInsertStatement
Get the target location.
getTargetTable() - Method in class oracle.odi.mapping.generation.SqlInsertStatement
Gets the target table of this insert statement.
getTargetTable() - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement.InsertItem
Gets the target table of this insert item.
getTargetTableColumns() - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement.InsertItem
Gets the target table insert columns of this insert item.
getTargetTables() - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement
Gets the target tables of this multi-insert statement.
getTargetTechnology() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get target technology information for this AST, if any is defined, else return null.
getTargetTechnology() - Method in class oracle.odi.mapping.generation.CustomAST
Get target technology information for this AST, if any is defined, else return null.
getTargetText() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the target text generated by this substitution API object.
getTargetText() - Method in class oracle.odi.mapping.generation.CustomAST
Get the target text.
getTargetWhenClauses() - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement.InsertItem
Gets the target table when clauses of this insert item.
getTechno() - Method in class oracle.odi.mapping.generation.TemplateUtils
 
getTechnologyName() - Method in class oracle.odi.mapping.generation.TemplateUtils.LocalTemplate
 
getTemplate() - Method in class oracle.odi.mapping.generation.Expression
Gets the template of this expression.
getTemplate(String) - Method in class oracle.odi.mapping.generation.TemplateUtils
 
getTemplate(String, boolean) - Method in class oracle.odi.mapping.generation.TemplateUtils
 
getTemplateDeclaration(String, String, String, boolean) - Static method in class oracle.odi.mapping.generation.TemplateUtils
 
getTemplateDeclaration(ITemplate) - Static method in class oracle.odi.mapping.generation.TemplateUtils
 
getTemplateOptionMap(String) - Method in class oracle.odi.mapping.generation.TemplateUtils
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get a hash map containing built-in template substitution variable names as the hash key, and the substitution variable value as values.
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.AgentStreamingInsertStatement
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.ArrayExpression
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.Command
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.CustomAST
Get the template substitution map.
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.FileInsertStatement
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.FilterSubQuery
Get the template substitution map.
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.FromClause
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.JoinTable
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.NullTarget
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.Script
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.SourceASTList
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.SqlInsertStatement
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.SqlMergeStatement
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.SqlQuery
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.SqlUpdateStatement
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.StringExpression
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.Table
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.TableFunctionReference
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.TableQueryReference
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.TableReference
 
getTemplateSubstitutionMap() - Method in class oracle.odi.mapping.generation.TextTemplateTree
 
getTemplateText(String) - Method in class oracle.odi.mapping.generation.TemplateUtils
 
getTemplateText(Class) - Method in class oracle.odi.mapping.generation.TemplateUtils
 
getTemplateText() - Method in class oracle.odi.mapping.generation.TemplateUtils.LocalTemplate
 
getText() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get the generated text for this substitution API object.
getText() - Method in class oracle.odi.mapping.generation.ArrayExpression
 
getText() - Method in class oracle.odi.mapping.generation.Column
Returns a string representation of the column.
getText() - Method in class oracle.odi.mapping.generation.Command
 
getText() - Method in class oracle.odi.mapping.generation.CorrelatedQuery
Get the expanded text of this query object which represents a SELECT statement.
getText() - Method in class oracle.odi.mapping.generation.CustomAST
Get the text.
getText() - Method in class oracle.odi.mapping.generation.Expression
Get the text for this expression.
getText() - Method in interface oracle.odi.mapping.generation.IConditionItem
Get the generated text for this Condition item.
getText(TemplateUtils) - Method in interface oracle.odi.mapping.generation.ISelectItem
 
getText() - Method in interface oracle.odi.mapping.generation.ITableFunctionParameter
Get the generated text for this parameter.
getText() - Method in class oracle.odi.mapping.generation.Script
 
getText() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the expanded text of this query object which represents a SELECT statement.
getText() - Method in class oracle.odi.mapping.generation.StringConstant
Gets the value of this String constant.
getText() - Method in class oracle.odi.mapping.generation.StringExpression
Gets the text of this string expression object.
getText() - Method in class oracle.odi.mapping.generation.TableFunctionReference
Get the expanded text for this table function reference.
getText() - Method in class oracle.odi.mapping.generation.TableQueryReference
Get the expanded text for this table query reference.
getText() - Method in class oracle.odi.mapping.generation.WrappedCorrelatedQuery
 
getTgtAttrExprs() - Method in class oracle.odi.mapping.generation.ExpressionCmd
Gets the list of expressions on target attributes.
getTgtAttrNames() - Method in class oracle.odi.mapping.generation.CallScriptCmd
Gets names for target attributes
getTgtAttrNames() - Method in class oracle.odi.mapping.generation.ExpressionCmd
Gets the names of target attributes.
getTopLevelSelectList() - Method in class oracle.odi.mapping.generation.SqlUpdateStatement
Gets the select query's select column list for this update statement.
getType() - Method in class oracle.odi.mapping.generation.AbstractSyntaxTree
Get a class type string for this substitution API object.
getType() - Method in class oracle.odi.mapping.generation.Command
 
getType() - Method in class oracle.odi.mapping.generation.CustomAST
Get the class type of this Object.
getType() - Method in class oracle.odi.mapping.generation.Expression
Get the class type of this object.
getType() - Method in class oracle.odi.mapping.generation.Field
Calculates the type for this field.
getType() - Method in class oracle.odi.mapping.generation.FilterSubQuery
Get the class type of this Object.
getType() - Method in class oracle.odi.mapping.generation.FromClause
 
getType() - Method in class oracle.odi.mapping.generation.JoinTable
 
getType() - Method in class oracle.odi.mapping.generation.NullTarget
 
getType() - Method in class oracle.odi.mapping.generation.Script
 
getType() - Method in class oracle.odi.mapping.generation.SetQuery
 
getType() - Method in class oracle.odi.mapping.generation.SourceASTList
 
getType() - Method in class oracle.odi.mapping.generation.SqlInsertStatement
 
getType() - Method in class oracle.odi.mapping.generation.SqlMultiInsertStatement
 
getType() - Method in class oracle.odi.mapping.generation.SqlQuery
 
getType() - Method in class oracle.odi.mapping.generation.Table
 
getType() - Method in class oracle.odi.mapping.generation.TableFunctionReference
 
getType() - Method in class oracle.odi.mapping.generation.TableQueryReference
 
getType() - Method in class oracle.odi.mapping.generation.TableReference
 
getType() - Method in class oracle.odi.mapping.generation.TextTemplateTree
 
getTypeEnum() - Method in class oracle.odi.mapping.generation.CallScriptCmd
 
getTypeEnum() - Method in class oracle.odi.mapping.generation.Command
Gets the enumeration command type.
getTypeEnum() - Method in class oracle.odi.mapping.generation.ExpressionCmd
 
getUniqueAlias(String, int, Set) - Static method in class oracle.odi.mapping.generation.MappingGenerationUtils
Gets a unique and length compliant alias, based on a proposed alias name.
getUnquotedName() - Method in class oracle.odi.mapping.generation.Column
Return the column name with quotes stripped, if the name is quoted.
getUpdateColumns() - Method in class oracle.odi.mapping.generation.SqlMergeStatement
Gets the target update columns of this merge statement.
getUpdateHintOptionName() - Method in class oracle.odi.mapping.generation.OracleUpdateStatement
Get the KM option name for update hint.
getUpdateHints() - Method in class oracle.odi.mapping.generation.OracleUpdateStatement
Gets the hints of this Oracle update statement.
getUpdateSourceExpressions() - Method in class oracle.odi.mapping.generation.SqlMergeStatement
Gets the target update columns source expressions of this merge statement.
getUpstreamAST() - Method in class oracle.odi.mapping.generation.NullTarget
Get the upstream AST
getValue() - Method in class oracle.odi.mapping.generation.CommandType
 
getValue() - Method in interface oracle.odi.mapping.generation.FieldKind
 
getWhereList() - Method in class oracle.odi.mapping.generation.SqlQuery
Get the where clause of the query.
GREATER - Static variable in class oracle.odi.mapping.generation.FilterSubQuery.QueryRole
 
GROUP - Static variable in class oracle.odi.mapping.generation.CommandType
A Group (and cogroup) command
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links
Oracle® Fusion Middleware Java Substitution API Reference for Oracle Data Integrator
12c (12.2.1.2.6)

E84582-01

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.