org.hibernate.hql.classic
Class SelectParser
java.lang.Object
   org.hibernate.hql.classic.SelectParser
org.hibernate.hql.classic.SelectParser
- All Implemented Interfaces: 
- Parser
- public class SelectParser 
- extends Object- implements Parser
Parsers the select clause of a Hibernate query.
- Author:
- Gavin King, David Channon
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SelectParser
public SelectParser()
token
public void token(String token,
                  QueryTranslatorImpl q)
           throws QueryException
- 
- Specified by:
- tokenin interface- Parser
 
- 
- Throws:
- QueryException
 
aggregateHasArgs
public boolean aggregateHasArgs(String funcToken,
                                QueryTranslatorImpl q)
- 
 
- 
 
aggregateFuncNoArgsHasParenthesis
public boolean aggregateFuncNoArgsHasParenthesis(String funcToken,
                                                 QueryTranslatorImpl q)
- 
 
- 
 
aggregateType
public Type aggregateType(List funcTokenList,
                          Type type,
                          QueryTranslatorImpl q)
                   throws QueryException
- 
 
- 
- Throws:
- QueryException
 
start
public void start(QueryTranslatorImpl q)
- 
- Specified by:
- startin interface- Parser
 
- 
 
end
public void end(QueryTranslatorImpl q)
- 
- Specified by:
- endin interface- Parser
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.