|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 org.hibernate.hql.ast.tree.LiteralNode org.hibernate.hql.ast.tree.BooleanLiteralNode
public class BooleanLiteralNode
Represents a boolean literal within a query.
Field Summary |
---|
Fields inherited from class antlr.BaseAST |
---|
down, right |
Constructor Summary | |
---|---|
BooleanLiteralNode()
|
Method Summary | |
---|---|
Type |
getDataType()
Returns the data type of the select expression. |
Type |
getExpectedType()
|
String |
getRenderText(SessionFactoryImplementor sessionFactory)
Retrieve the text to be used for rendering this particular node. |
BooleanType |
getTypeInternal()
|
Boolean |
getValue()
|
void |
setExpectedType(Type expectedType)
Expected-types really only pertinent here for boolean literals... |
Methods inherited from class org.hibernate.hql.ast.tree.LiteralNode |
---|
setScalarColumnText |
Methods inherited from class org.hibernate.hql.ast.tree.AbstractSelectExpression |
---|
getAlias, getFromElement, isConstructor, isReturnableEntity, isScalar, setAlias |
Methods inherited from class org.hibernate.hql.ast.tree.HqlSqlWalkerNode |
---|
getAliasGenerator, getASTFactory, getSessionFactoryHelper, getWalker, initialize |
Methods inherited from class org.hibernate.hql.ast.tree.SqlNode |
---|
getOriginalText, setDataType, setText |
Methods inherited from class org.hibernate.hql.ast.tree.Node |
---|
getColumn, getFilename, getLine, getTextLength, initialize, initialize |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.hibernate.hql.ast.tree.SelectExpression |
---|
setText |
Constructor Detail |
---|
public BooleanLiteralNode()
Method Detail |
---|
public Type getDataType()
SelectExpression
getDataType
in interface SelectExpression
getDataType
in class LiteralNode
public BooleanType getTypeInternal()
public Boolean getValue()
public void setExpectedType(Type expectedType)
setExpectedType
in interface ExpectedTypeAwareNode
expectedType
- public Type getExpectedType()
getExpectedType
in interface ExpectedTypeAwareNode
public String getRenderText(SessionFactoryImplementor sessionFactory)
Node
getRenderText
in class Node
sessionFactory
- The session factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |