Uses of Class
org.apache.torque.util.functions.AggregateFunction

Packages that use AggregateFunction
org.apache.torque.util.functions SQL function handling 
 

Uses of AggregateFunction in org.apache.torque.util.functions
 

Subclasses of AggregateFunction in org.apache.torque.util.functions
 class Avg
          SQL99 Standard Average function.
 class Count
          SQL99 Standard count function.
 class Max
          SQL99 Standard max function.
 class Min
          SQL99 Standard min function.
 class Sum
          SQL99 Standard sum function.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.