Uses of Class
com.espertech.esper.client.soda.PropertyValueExpression

Packages that use PropertyValueExpression
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

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

Methods in com.espertech.esper.client.soda that return PropertyValueExpression
 PropertyValueExpression OuterJoinQualifier.getLeft()
          Returns property value expression to join on.
protected static PropertyValueExpression Expressions.getPropExpr(String propertyName)
          Returns an expression returning the propertyName value for the propertyName name passed in.
 PropertyValueExpression OuterJoinQualifier.getRight()
          Returns property value expression to join on.
static PropertyValueExpression Expressions.property(String propertyName)
          Property value.
 

Methods in com.espertech.esper.client.soda that return types with arguments of type PropertyValueExpression
 List<Pair<PropertyValueExpression,PropertyValueExpression>> OuterJoinQualifier.getAdditionalProperties()
          Returns optional additional properties in the on-clause of the outer join.
 List<Pair<PropertyValueExpression,PropertyValueExpression>> OuterJoinQualifier.getAdditionalProperties()
          Returns optional additional properties in the on-clause of the outer join.
protected static List<PropertyValueExpression> Expressions.toPropertyExpressions(String... properties)
          Returns a list of expressions returning property values for the property names passed in.
 

Methods in com.espertech.esper.client.soda with parameters of type PropertyValueExpression
 void OuterJoinQualifier.setLeft(PropertyValueExpression left)
          Sets the property value expression to join on.
 void OuterJoinQualifier.setRight(PropertyValueExpression right)
          Sets the property value expression to join on.
 

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

Constructor parameters in com.espertech.esper.client.soda with type arguments of type PropertyValueExpression
OuterJoinQualifier(OuterJoinType type, PropertyValueExpression left, PropertyValueExpression right, ArrayList<Pair<PropertyValueExpression,PropertyValueExpression>> additionalProperties)
          Ctor.
OuterJoinQualifier(OuterJoinType type, PropertyValueExpression left, PropertyValueExpression right, ArrayList<Pair<PropertyValueExpression,PropertyValueExpression>> additionalProperties)
          Ctor.
 


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