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

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

public class Aggregate.Avg
extends Aggregate.AgregateFunction

SQL99 Standard Average a column function.


Constructor Summary
protected Aggregate.Avg()
          Construct an AVG 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.Avg

protected Aggregate.Avg()
Construct an AVG function class.

See Also:
Aggregate.AgregateFunction, FunctionFactory


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