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) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcomputeDataTypeaccept, 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 SQLExprImplpublic abstract SQLTextLiteralExpr clone()
clone in interface SQLLiteralExprclone in interface SQLExprclone in interface SQLObjectclone in class SQLExprImplpublic List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.