Uses of Interface
isql.expression.aggregate.IAggregate

Packages that use IAggregate
isql.expression.aggregate   
 

Uses of IAggregate in isql.expression.aggregate
 

Classes in isql.expression.aggregate that implement IAggregate
 class Average
           
 class Max
          Returns the minimum value among them added using the add method
 class Min
          Returns the minimum value among them added using the add method
 class Sum
           
 

Methods in isql.expression.aggregate that return IAggregate
static IAggregate AggregateFactory.createAggregate(AggregateType type)