Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Uses of Class
oracle.odi.domain.xrefs.expression.ExpressionStringBuilder

Packages that use ExpressionStringBuilder
oracle.odi.domain.xrefs.expression Provides classes to manage expressions. 

 

Uses of ExpressionStringBuilder in oracle.odi.domain.xrefs.expression

 

Methods in oracle.odi.domain.xrefs.expression that return ExpressionStringBuilder
 ExpressionStringBuilder ExpressionStringBuilder.append(IColumn<?> pColumn, java.lang.String pDataStoreAlias)
          Append the string representation of the given IColumn to this builder's expression.
 ExpressionStringBuilder ExpressionStringBuilder.append(ISourceColumn pSourceColumn)
          Append the string representation of the given ISourceColumn to this builder's expression.
 ExpressionStringBuilder ExpressionStringBuilder.append(OdiSequence pOdiSequence, boolean pBinding)
          Append the string representation of the given OdiSequence to this builder's expression.
 ExpressionStringBuilder ExpressionStringBuilder.append(OdiSequence pOdiSequence, boolean pBinding, boolean pQualified)
          Append the string representation of the given OdiSequence to this builder's expression.
 ExpressionStringBuilder ExpressionStringBuilder.append(OdiUserFunction pOdiUserFunction)
          Append the string representation of the given OdiUserFunction to this builder's expression.
 ExpressionStringBuilder ExpressionStringBuilder.append(OdiUserFunction pOdiUserFunction, java.util.List<ExpressionStringBuilder> pBuilders)
          Append the string representation of the given OdiUserFunction to this builder's expression and uses the pBuilders as parameters of the function.
 ExpressionStringBuilder ExpressionStringBuilder.append(OdiVariable pOdiVariable, boolean pBinding)
          Append the string representation of the given OdiVariable to this builder's expression.
 ExpressionStringBuilder ExpressionStringBuilder.append(OdiVariable pOdiVariable, boolean pBinding, boolean pQualified)
          Append the string representation of the given OdiVariable to this builder's expression.
 ExpressionStringBuilder ExpressionStringBuilder.append(java.lang.String pString)
          Append the given string to this builder's expression.

 

Method parameters in oracle.odi.domain.xrefs.expression with type arguments of type ExpressionStringBuilder
 ExpressionStringBuilder ExpressionStringBuilder.append(OdiUserFunction pOdiUserFunction, java.util.List<ExpressionStringBuilder> pBuilders)
          Append the string representation of the given OdiUserFunction to this builder's expression and uses the pBuilders as parameters of the function.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


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