Uses of Class
com.espertech.esper.common.client.soda.PropertyValueExpression
Package
Description
This package defines the Esper statement object model.
-
Uses of PropertyValueExpression in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionprotected static PropertyValueExpression
Expressions.getPropExpr
(String propertyName) Returns an expression returning the propertyName value for the propertyName name passed in.static PropertyValueExpression
Property value.Modifier and TypeMethodDescriptionprotected static List<PropertyValueExpression>
Expressions.toPropertyExpressions
(String... properties) Returns a list of expressions returning property values for the property names passed in.ModifierConstructorDescriptionOuterJoinQualifier
(com.espertech.esper.common.internal.type.OuterJoinType type, PropertyValueExpression left, PropertyValueExpression right) Ctor.OuterJoinQualifier
(com.espertech.esper.common.internal.type.OuterJoinType type, PropertyValueExpression left, PropertyValueExpression right, ArrayList<PropertyValueExpressionPair> additionalProperties) Ctor.Ctor.