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) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
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
Copyright © 2013–2017 Alibaba Group. All rights reserved.