com.alibaba.druid.sql.dialect.mysql.ast.expr
Class MySqlBinaryExpr

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.dialect.mysql.ast.MySqlObjectImpl
          extended by com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlExprImpl
              extended by com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlBinaryExpr
All Implemented Interfaces:
SQLLiteralExpr, SQLExpr, SQLObject, MySqlExpr, MySqlObject, Serializable

public class MySqlBinaryExpr
extends MySqlExprImpl
implements MySqlExpr, SQLLiteralExpr

See Also:
Serialized Form

Constructor Summary
MySqlBinaryExpr()
           
MySqlBinaryExpr(String value)
           
 
Method Summary
 void accept0(MySqlASTVisitor visitor)
           
 boolean equals(Object obj)
           
 String getValue()
           
 int hashCode()
           
 void output(StringBuffer buf)
           
 void setValue(String value)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

Constructor Detail

MySqlBinaryExpr

public MySqlBinaryExpr()

MySqlBinaryExpr

public MySqlBinaryExpr(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

accept0

public void accept0(MySqlASTVisitor visitor)
Specified by:
accept0 in interface MySqlObject
Specified by:
accept0 in class MySqlObjectImpl

output

public void output(StringBuffer buf)
Specified by:
output in interface SQLObject
Overrides:
output in class SQLObjectImpl

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 Alibaba Group. All Rights Reserved.