public class SQLBinaryExpr extends SQLExprImpl implements SQLLiteralExpr
构造器和说明 |
---|
SQLBinaryExpr() |
SQLBinaryExpr(String value) |
限定符和类型 | 方法和说明 |
---|---|
void |
accept0(SQLASTVisitor visitor) |
boolean |
equals(Object obj) |
String |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setValue(String value) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, 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
在接口中 SQLObject
output
在类中 SQLObjectImpl
public int hashCode()
hashCode
在类中 SQLExprImpl
public boolean equals(Object obj)
equals
在类中 SQLExprImpl
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.