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 | |||||
↳ | org.hibernate.hql.ast.tree.CaseNode |
Represents a case ... when .. then ... else ... end expression in a select.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Appends AST nodes that represent the columns after the current AST node.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Appends AST nodes that represent the columns after the current AST node. (e.g. 'as col0_O_')
i | The index of the select expression in the projection list. |
---|
SemanticException |
---|