Uses of Class
net.esper.type.OuterJoinType

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

Uses of OuterJoinType in net.esper.client.soda
 

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

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

Constructors in net.esper.client.soda with parameters of type OuterJoinType
OuterJoinQualifier(OuterJoinType type, PropertyValueExpression left, PropertyValueExpression right)
          Ctor.
OuterJoinQualifier(OuterJoinType type, PropertyValueExpression left, PropertyValueExpression right, ArrayList<Pair<PropertyValueExpression,PropertyValueExpression>> additionalProperties)
          Ctor.
 

Uses of OuterJoinType in net.esper.eql.join.plan
 

Methods in net.esper.eql.join.plan with parameters of type OuterJoinType
static QueryPlan TwoStreamQueryPlanBuilder.build(EventType[] typesPerStream, QueryGraph queryGraph, OuterJoinType optionalOuterJoinType)
          Build query plan.
 

Uses of OuterJoinType in net.esper.eql.spec
 

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

Constructors in net.esper.eql.spec with parameters of type OuterJoinType
OuterJoinDesc(OuterJoinType outerJoinType, ExprIdentNode leftNode, ExprIdentNode rightNode, ExprIdentNode[] addLeftNode, ExprIdentNode[] addRightNode)
          Ctor.
 

Uses of OuterJoinType in net.esper.type
 

Methods in net.esper.type that return OuterJoinType
static OuterJoinType OuterJoinType.valueOf(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're declared.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com