org.hibernate.hql.ast.tree
public class SqlNode extends Node
| Constructor and Description |
|---|
SqlNode() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getDataType() |
java.lang.String |
getOriginalText() |
void |
setDataType(Type dataType) |
void |
setText(java.lang.String s) |
getColumn, getFilename, getLine, getRenderText, getTextLength, initialize, initializeaddChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenpublic void setText(java.lang.String s)
setText in interface antlr.collections.ASTsetText in class antlr.CommonASTpublic java.lang.String getOriginalText()
public Type getDataType()
public void setDataType(Type dataType)
Copyright © 2016. All Rights Reserved.