Uses of Class
isql.expression.AggregateType

Packages that use AggregateType
isql.expression   
isql.expression.aggregate   
 

Uses of AggregateType in isql.expression
 

Methods in isql.expression that return AggregateType
static AggregateType AggregateType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AggregateType[] AggregateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in isql.expression with parameters of type AggregateType
AggregateFunction(IExpression expression, Groups groups, AggregateType aggregateType)
           
 

Uses of AggregateType in isql.expression.aggregate
 

Methods in isql.expression.aggregate with parameters of type AggregateType
static IAggregate AggregateFactory.createAggregate(AggregateType type)