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

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

public class Aggregate.Count
extends Aggregate.AgregateFunction

SQL99 Standard Count records function.


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

protected Aggregate.Count()
Construct a COUNT function class.

See Also:
Aggregate.AgregateFunction, FunctionFactory


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