|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConcatExpression | |
---|---|
net.esper.client.soda | This package defines the Esper statement object model. |
Uses of ConcatExpression in net.esper.client.soda |
---|
Methods in net.esper.client.soda that return ConcatExpression | |
---|---|
ConcatExpression |
ConcatExpression.add(Expression expression)
Add an expression to include in the computation. |
ConcatExpression |
ConcatExpression.add(Object object)
Add a constant to include in the computation. |
ConcatExpression |
ConcatExpression.add(String propertyName)
Add a property to include in the computation. |
static ConcatExpression |
Expressions.concat(String property,
String... properties)
Concatenation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |