public abstract class SQLTextLiteralExpr extends SQLExprImpl implements SQLLiteralExpr
| Constructor and Description |
|---|
SQLTextLiteralExpr() |
SQLTextLiteralExpr(String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getText() |
int |
hashCode() |
void |
setText(String text) |
cloneaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLTextLiteralExpr()
public SQLTextLiteralExpr(String text)
public String getText()
public void setText(String text)
public int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2017 Alibaba Group. All rights reserved.