|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyValueExpression | |
---|---|
net.esper.client.soda | This package defines the Esper statement object model. |
Uses of PropertyValueExpression in net.esper.client.soda |
---|
Methods in net.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 net.esper.client.soda that return types with arguments of type PropertyValueExpression | |
---|---|
protected static List<PropertyValueExpression> |
Expressions.toPropertyExpressions(String... properties)
Returns a list of expressions returning property values for the property names passed in. |
Methods in net.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 net.esper.client.soda with parameters of type PropertyValueExpression | |
---|---|
OuterJoinQualifier(OuterJoinType type,
PropertyValueExpression left,
PropertyValueExpression right)
Ctor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |