org.datanucleus.store.rdbms.sql.method
Class CountFunction

java.lang.Object
  extended by org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
      extended by org.datanucleus.store.rdbms.sql.method.CountFunction
All Implemented Interfaces:
SQLMethod

public class CountFunction
extends AbstractSQLMethod

Expression handler to invoke the SQL COUNT aggregation function. For use in evaluating COUNT({expr}) where the RDBMS supports this function. Returns a NumericExpression "COUNT({numericExpr})".


Field Summary
 
Fields inherited from class org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
clr, exprFactory, LOCALISER, stmt
 
Constructor Summary
CountFunction()
           
 
Method Summary
 SQLExpression getExpression(SQLExpression expr, List args)
          Return the expression for this SQL function.
protected  String getFunctionName()
           
 
Methods inherited from class org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
getMappingForClass, setStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountFunction

public CountFunction()
Method Detail

getFunctionName

protected String getFunctionName()

getExpression

public SQLExpression getExpression(SQLExpression expr,
                                   List args)
Description copied from interface: SQLMethod
Return the expression for this SQL function.

Parameters:
expr - The expression that it is invoked on
args - Arguments passed in
Returns:
The SQL expression using the SQL function


Copyright © 2012. All Rights Reserved.