org.hibernate.hql.ast.tree
Class SelectExpressionList
- InitializeableNode
public abstract class SelectExpressionList
Common behavior - a node that contains a list of select expressions.
- josh Nov 6, 2004 8:51:00 AM
collectSelectExpressions
public SelectExpression[] collectSelectExpressions()
Returns an array of SelectExpressions gathered from the children of the given parent AST node.
- an array of SelectExpressions gathered from the children of the given parent AST node.
getFirstSelectExpression
protected abstract AST getFirstSelectExpression()
Returns the first select expression node that should be considered when building the array of select
expressions.
- the first select expression node that should be considered when building the array of select
expressions