|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
protected static PropertyValueExpression |
Expressions.getPropExpr(java.lang.String propertyName)
Returns an expression returning the propertyName value for the propertyName name passed in. |
static PropertyValueExpression |
Expressions.property(java.lang.String propertyName)
Property value. |
Methods in com.espertech.esper.client.soda that return types with arguments of type PropertyValueExpression | |
---|---|
protected static java.util.List<PropertyValueExpression> |
Expressions.toPropertyExpressions(java.lang.String... properties)
Returns a list of expressions returning property values for the property names passed in. |
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,
java.util.ArrayList<PropertyValueExpressionPair> additionalProperties)
Ctor. |
|
PropertyValueExpressionPair(PropertyValueExpression left,
PropertyValueExpression right)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |