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

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

Uses of GroupByClause in net.esper.client.soda
 

Methods in net.esper.client.soda that return GroupByClause
static GroupByClause GroupByClause.create()
          Creates an empty group-by clause, to add to via add methods.
static GroupByClause GroupByClause.create(Expression... expressions)
          Creates a group-by clause from expressions.
static GroupByClause GroupByClause.create(String... properties)
          Creates a group-by clause from property names.
 GroupByClause EPStatementObjectModel.getGroupByClause()
          Return the group-by-clause, or null to indicate that the clause is absent.
 

Methods in net.esper.client.soda with parameters of type GroupByClause
 EPStatementObjectModel EPStatementObjectModel.setGroupByClause(GroupByClause groupByClause)
          Specify a group-by-clause.
 


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