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

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.Max
All Implemented Interfaces:
SQLFunction
Enclosing class:
Aggregate

public class Aggregate.Max
extends Aggregate.AgregateFunction

SQL99 Standard maximum value of column function.


Constructor Summary
protected Aggregate.Max()
          Construct a MAX 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.Max

protected Aggregate.Max()
Construct a MAX function class.

See Also:
FunctionFactory, Aggregate.AgregateFunction


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