public class

SelectExpressionImpl

extends FromReferenceNode
implements SelectExpression
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.FromReferenceNode
               ↳ org.hibernate.hql.ast.tree.SelectExpressionImpl

Class Overview

A select expression that was generated by a FROM element.

Summary

[Expand]
Inherited Constants
From class org.hibernate.hql.ast.tree.FromReferenceNode
Public Constructors
SelectExpressionImpl()
Public Methods
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.
[Expand]
Inherited Methods
From class org.hibernate.hql.ast.tree.FromReferenceNode
From class org.hibernate.hql.ast.tree.AbstractSelectExpression
From class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
From class org.hibernate.hql.ast.tree.SqlNode
From class org.hibernate.hql.ast.tree.Node
From class java.lang.Object
From interface org.hibernate.hql.ast.tree.DisplayableNode
From interface org.hibernate.hql.ast.tree.InitializeableNode
From interface org.hibernate.hql.ast.tree.PathNode
From interface org.hibernate.hql.ast.tree.ResolvableNode
From interface org.hibernate.hql.ast.tree.SelectExpression

Public Constructors

public SelectExpressionImpl ()

Public Methods

public void resolve (boolean generateJoin, boolean implicitJoin, String classAlias, AST parent)

Throws
SemanticException

public void resolveIndex (AST parent)

Throws
SemanticException

public void setScalarColumnText (int i)

Appends AST nodes that represent the columns after the current AST node. (e.g. 'as col0_O_')

Parameters
i The index of the select expression in the projection list.
Throws
SemanticException