java.lang.Object | |||||
↳ | antlr.CommonAST | ||||
↳ | org.hibernate.hql.ast.tree.Node | ||||
↳ | org.hibernate.hql.ast.tree.SqlNode | ||||
↳ | org.hibernate.hql.ast.tree.HqlSqlWalkerNode | ||||
↳ | org.hibernate.hql.ast.tree.SelectExpressionList |
![]() |
Common behavior - a node that contains a list of select expressions.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns an array of SelectExpressions gathered from the children of the given parent AST node.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the first select expression node that should be considered when building the array of select
expressions.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns an array of SelectExpressions gathered from the children of the given parent AST node.
Returns the first select expression node that should be considered when building the array of select expressions.