isql.expression.aggregate
Class Min

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

public class Min
extends java.lang.Object
implements IAggregate

Returns the minimum value among them added using the add method

Author:
SHZ Oct 31, 2007

Constructor Summary
Min()
           
 
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

Min

public Min()
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