当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
AbstractSelectExpression (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.hql.ast.tree
Class AbstractSelectExpression
java.lang.Object
antlr.BaseAST
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
- All Implemented Interfaces:
- antlr.collections.AST, InitializeableNode, SelectExpression, Serializable
- Direct Known Subclasses:
- AggregateNode, BinaryArithmeticOperatorNode, Case2Node, CaseNode, CountNode, FromReferenceNode, LiteralNode, MethodNode, UnaryArithmeticNode
- public abstract class AbstractSelectExpression
- extends HqlSqlWalkerNode
- implements SelectExpression
Partial implementation of SelectExpression for all the nodes that aren't constructors.
- Author:
- josh Nov 11, 2004 7:09:11 AM
- See Also:
- Serialized Form
Fields inherited from class antlr.BaseAST |
down, right |
Methods inherited from class antlr.CommonAST |
getText, getType, initialize, setType |
Methods inherited from class antlr.BaseAST |
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen |
AbstractSelectExpression
public AbstractSelectExpression()
setAlias
public final void setAlias(String alias)
- Specified by:
setAlias
in interface SelectExpression
getAlias
public final String getAlias()
- Specified by:
getAlias
in interface SelectExpression
isConstructor
public boolean isConstructor()
- Description copied from interface:
SelectExpression
- Returns true if the element is a constructor (e.g. new Foo).
- Specified by:
isConstructor
in interface SelectExpression
- Returns:
- true if the element is a constructor (e.g. new Foo).
isReturnableEntity
public boolean isReturnableEntity()
throws antlr.SemanticException
- Description copied from interface:
SelectExpression
- Returns true if this select expression represents an entity that can be returned.
- Specified by:
isReturnableEntity
in interface SelectExpression
- Returns:
- true if this select expression represents an entity that can be returned.
- Throws:
antlr.SemanticException
getFromElement
public FromElement getFromElement()
- Description copied from interface:
SelectExpression
- Returns the FROM element that this expression refers to.
- Specified by:
getFromElement
in interface SelectExpression
- Returns:
- The FROM element.
isScalar
public boolean isScalar()
throws antlr.SemanticException
- Specified by:
isScalar
in interface SelectExpression
- Throws:
antlr.SemanticException