isql.expression.aggregate
Class Max

java.lang.Object
  extended by isql.expression.aggregate.Max
All Implemented Interfaces:
IAggregate

public class Max
extends java.lang.Object
implements IAggregate

Returns the minimum value among them added using the add method

Author:
SHZ Oct 31, 2007

Constructor Summary
Max()
           
 
Method Summary
 void add(java.lang.Object value)
           
 java.lang.Object getSum()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Max

public Max()
Method Detail

add

public void add(java.lang.Object value)
Specified by:
add in interface IAggregate

getSum

public java.lang.Object getSum()
Specified by:
getSum in interface IAggregate