当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
SqlNode (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.hql.ast.tree
Class SqlNode
java.lang.Object
antlr.BaseAST
antlr.CommonAST
org.hibernate.hql.ast.tree.Node
org.hibernate.hql.ast.tree.SqlNode
- All Implemented Interfaces:
- antlr.collections.AST, Serializable
- Direct Known Subclasses:
- BetweenOperatorNode, HqlSqlWalkerNode, UnaryLogicOperatorNode
- public class SqlNode
- extends Node
A base AST node for the intermediate tree.
User: josh
Date: Dec 6, 2003
Time: 10:29:14 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 |
SqlNode
public SqlNode()
setText
public void setText(String s)
getOriginalText
public String getOriginalText()
getDataType
public Type getDataType()
setDataType
public void setDataType(Type dataType)