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.AbstractSelectExpression |
![]() |
![]() |
Partial implementation of SelectExpression for all the nodes that aren't constructors.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the FROM element that this expression refers to.
| |||||||||||
Gets index of the select expression in the projection list.
| |||||||||||
Returns true if the element is a constructor (e.g.
| |||||||||||
Returns true if this select expression represents an entity that can be returned.
| |||||||||||
Sets the index and text for select expression in the projection list.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the FROM element that this expression refers to.
Gets index of the select expression in the projection list.
Returns true if the element is a constructor (e.g. new Foo).
Returns true if this select expression represents an entity that can be returned.
SemanticException |
---|
SemanticException |
---|
Sets the index and text for select expression in the projection list.
i | The index of the select expression in the projection list. |
---|
SemanticException |
---|