|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoalesceExpression | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of CoalesceExpression in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return CoalesceExpression | |
---|---|
CoalesceExpression |
CoalesceExpression.add(Expression expression)
Add an expression to include in the computation. |
CoalesceExpression |
CoalesceExpression.add(java.lang.Object object)
Add a constant to include in the computation. |
CoalesceExpression |
CoalesceExpression.add(java.lang.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(java.lang.String propertyOne,
java.lang.String propertyTwo,
java.lang.String... moreProperties)
Coalesce. |
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |