org.hibernate.hql.classic
Class GroupByParser

java.lang.Object
  extended by org.hibernate.hql.classic.GroupByParser
All Implemented Interfaces:
Parser

public class GroupByParser
extends Object
implements Parser

Parses the GROUP BY clause of an aggregate query


Constructor Summary
GroupByParser()
           
 
Method Summary
 void end(QueryTranslatorImpl q)
           
 void start(QueryTranslatorImpl q)
           
 void token(String token, QueryTranslatorImpl q)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupByParser

public GroupByParser()
Method Detail

token

public void token(String token,
                  QueryTranslatorImpl q)
           throws QueryException
Specified by:
token in interface Parser
Throws:
QueryException

start

public void start(QueryTranslatorImpl q)
           throws QueryException
Specified by:
start in interface Parser
Throws:
QueryException

end

public void end(QueryTranslatorImpl q)
         throws QueryException
Specified by:
end in interface Parser
Throws:
QueryException


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.