Uses of Class
net.esper.client.soda.ArrayExpression

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

Uses of ArrayExpression in net.esper.client.soda
 

Methods in net.esper.client.soda that return ArrayExpression
 ArrayExpression ArrayExpression.add(Expression expression)
          Add an expression representing an array element to the expression.
 ArrayExpression ArrayExpression.add(Object object)
          Add a constant to the expression.
 ArrayExpression ArrayExpression.add(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.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com