org.hibernate.hql.ast.tree
Class SelectExpressionImpl
- DisplayableNode, InitializeableNode, PathNode, ResolvableNode, SelectExpression
public class SelectExpressionImpl
A select expression that was generated by a FROM element.
void | resolve(boolean generateJoin, boolean implicitJoin, String classAlias, AST parent)
|
void | resolveIndex(AST parent)
|
void | setScalarColumnText(int i) - Appends AST nodes that represent the columns after the current AST node.
|
getDisplayText , getFromElement , getImpliedJoin , getPath , isResolved , isReturnableEntity , prepareForDot , recursiveResolve , recursiveResolve , resolve , resolve , resolveFirstChild , resolveInFunctionCall , setFromElement , setResolved |
resolve
public void resolve(boolean generateJoin,
boolean implicitJoin,
String classAlias,
AST parent)
throws SemanticException
- resolve in interface ResolvableNode
setScalarColumnText
public void setScalarColumnText(int i)
throws SemanticException
Appends AST nodes that represent the columns after the current AST node.
(e.g. 'as col0_O_')
- setScalarColumnText in interface SelectExpression
i
- The index of the select expression in the projection list.