isql.expression.aggregate
Class AggregateFactory

java.lang.Object
  extended by isql.expression.aggregate.AggregateFactory

public class AggregateFactory
extends java.lang.Object

Author:
SHZ Oct 31, 2007

Constructor Summary
AggregateFactory()
           
 
Method Summary
static IAggregate createAggregate(AggregateType type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateFactory

public AggregateFactory()
Method Detail

createAggregate

public static IAggregate createAggregate(AggregateType type)