|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoalesceExpression | |
---|---|
net.esper.client.soda | This package defines the Esper statement object model. |
Uses of CoalesceExpression in net.esper.client.soda |
---|
Methods in net.esper.client.soda that return CoalesceExpression | |
---|---|
CoalesceExpression |
CoalesceExpression.add(Expression expression)
Add an expression to include in the computation. |
CoalesceExpression |
CoalesceExpression.add(Object object)
Add a constant to include in the computation. |
CoalesceExpression |
CoalesceExpression.add(String propertyName)
Add a property to include in the computation. |
static CoalesceExpression |
Expressions.coalesce(Expression exprOne,
Expression exprTwo,
Expression... moreExpressions)
Coalesce. |
static CoalesceExpression |
Expressions.coalesce(String propertyOne,
String propertyTwo,
String... moreProperties)
Coalesce. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |