Uses of Class
com.espertech.esper.common.client.soda.PropertyValueExpression
Packages that use PropertyValueExpression
Package
Description
This package defines the Esper statement object model.
-
Uses of PropertyValueExpression in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return PropertyValueExpressionModifier 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.Methods in com.espertech.esper.common.client.soda that return types with arguments of type PropertyValueExpressionModifier and TypeMethodDescriptionprotected static List<PropertyValueExpression>
Expressions.toPropertyExpressions
(String... properties) Returns a list of expressions returning property values for the property names passed in.Constructors in com.espertech.esper.common.client.soda with parameters of type PropertyValueExpressionModifierConstructorDescriptionOuterJoinQualifier
(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.