public abstract class SQLTextLiteralExpr extends SQLExprImpl implements SQLLiteralExpr
Constructor and Description |
---|
SQLTextLiteralExpr() |
SQLTextLiteralExpr(String text) |
Modifier and Type | Method and Description |
---|---|
abstract SQLTextLiteralExpr |
clone() |
boolean |
equals(Object obj) |
List |
getChildren() |
String |
getText() |
int |
hashCode() |
void |
setText(String text) |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLTextLiteralExpr()
public SQLTextLiteralExpr(String text)
public String getText()
public void setText(String text)
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
public abstract SQLTextLiteralExpr clone()
clone
in interface SQLLiteralExpr
clone
in interface SQLExpr
clone
in interface SQLObject
clone
in class SQLExprImpl
public List getChildren()
getChildren
in interface SQLExpr
Copyright © 2013–2017 Alibaba Group. All rights reserved.