Uses of Class
com.espertech.esper.client.soda.ArrayExpression

Packages that use ArrayExpression
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of ArrayExpression in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return ArrayExpression
 ArrayExpression ArrayExpression.add(Expression expression)
          Add an expression representing an array element to the expression.
 ArrayExpression ArrayExpression.add(java.lang.Object object)
          Add a constant to the expression.
 ArrayExpression ArrayExpression.add(java.lang.String property)
          Add a property to the expression.
static ArrayExpression Expressions.array()
          Array expression, representing the syntax of "{1, 2, 3}" returning an integer array of 3 elements valued 1, 2, 3.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com