public class SQLBinaryExpr extends SQLExprImpl implements SQLLiteralExpr
Constructor and Description |
---|
SQLBinaryExpr() |
SQLBinaryExpr(String value) |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLASTVisitor visitor) |
boolean |
equals(Object obj) |
String |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setValue(String value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLBinaryExpr()
public SQLBinaryExpr(String value)
public String getValue()
public void setValue(String value)
public void accept0(SQLASTVisitor visitor)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.