Uses of Class
com.espertech.esper.type.OuterJoinType

Packages that use OuterJoinType
com.espertech.esper.client.soda This package defines the Esper statement object model. 
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.type Internal primitive, enum and other type representations 
 

Uses of OuterJoinType in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return OuterJoinType
 OuterJoinType OuterJoinQualifier.getType()
          Returns the type of outer join.
 

Methods in com.espertech.esper.client.soda with parameters of type OuterJoinType
static OuterJoinQualifier OuterJoinQualifier.create(java.lang.String propertyLeft, OuterJoinType type, java.lang.String propertyRight)
          Creates qualifier.
 void OuterJoinQualifier.setType(OuterJoinType type)
          Sets the type of outer join.
 

Constructors in com.espertech.esper.client.soda with parameters of type OuterJoinType
OuterJoinQualifier(OuterJoinType type, PropertyValueExpression left, PropertyValueExpression right)
          Ctor.
OuterJoinQualifier(OuterJoinType type, PropertyValueExpression left, PropertyValueExpression right, java.util.ArrayList<PropertyValueExpressionPair> additionalProperties)
          Ctor.
 

Uses of OuterJoinType in com.espertech.esper.epl.join.plan
 

Methods in com.espertech.esper.epl.join.plan with parameters of type OuterJoinType
static QueryPlan TwoStreamQueryPlanBuilder.build(EventType[] typesPerStream, QueryGraph queryGraph, OuterJoinType optionalOuterJoinType, java.lang.String[][][] uniqueIndexProps, TableMetadata[] tablesPerStream)
          Build query plan.
 

Uses of OuterJoinType in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return OuterJoinType
 OuterJoinType OuterJoinDesc.getOuterJoinType()
          Returns the type of outer join (left/right/full).
 

Constructors in com.espertech.esper.epl.spec with parameters of type OuterJoinType
OuterJoinDesc(OuterJoinType outerJoinType, ExprIdentNode optLeftNode, ExprIdentNode optRightNode, ExprIdentNode[] optAddLeftNode, ExprIdentNode[] optAddRightNode)
          Ctor.
 

Uses of OuterJoinType in com.espertech.esper.type
 

Methods in com.espertech.esper.type that return OuterJoinType
static OuterJoinType OuterJoinType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OuterJoinType[] OuterJoinType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com