FileDocCategorySizeDatePackage
AggregateNode.javaAPI DocHibernate 3.2.5783Tue Jul 12 15:27:30 BST 2005org.hibernate.hql.ast.tree

AggregateNode

public class AggregateNode extends AbstractSelectExpression implements SelectExpression
Represents an aggregate function i.e. min, max, sum, avg.
author
josh Sep 21, 2004 9:22:02 PM

Fields Summary
Constructors Summary
public AggregateNode()

	
Methods Summary
public org.hibernate.type.TypegetDataType()

		// Get the function return value type, based on the type of the first argument.
		return getSessionFactoryHelper().findFunctionReturnType( getText(), getFirstChild() );
	
public voidsetScalarColumnText(int i)

		ColumnHelper.generateSingleScalarColumn( this, i );