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

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

public class Aggregate.Sum
extends Aggregate.AgregateFunction

SQL99 Standard sum column values function.


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

protected Aggregate.Sum()
Construct a SUM function class.

See Also:
FunctionFactory, Aggregate.AgregateFunction


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