org.apache.torque.util.functions
Class Aggregate.Min

java.lang.Object
  extended by org.apache.torque.util.functions.AbstractFunction
      extended by org.apache.torque.util.functions.Aggregate.AgregateFunction
          extended by org.apache.torque.util.functions.Aggregate.Min
All Implemented Interfaces:
SQLFunction
Enclosing class:
Aggregate

public class Aggregate.Min
extends Aggregate.AgregateFunction

SQL99 Standard Minimum value of column function.


Constructor Summary
protected Aggregate.Min()
          Construct a MIN function class.
 
Method Summary
 
Methods inherited from class org.apache.torque.util.functions.Aggregate.AgregateFunction
getArgument, getFunction, isDistinct, setArguments, setFunction, toSQL
 
Methods inherited from class org.apache.torque.util.functions.AbstractFunction
addArgument, getArgumentList, getArgumentObject, getArguments, getDBName, setArgumentList, setDBName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.torque.util.functions.SQLFunction
getArguments, getDBName, setDBName
 

Constructor Detail

Aggregate.Min

protected Aggregate.Min()
Construct a MIN function class.

See Also:
Aggregate.AgregateFunction, FunctionFactory


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.