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

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.dialect.mysql.ast.MySqlObjectImpl
          继承者 com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlExprImpl
              继承者 com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlBinaryExpr
所有已实现的接口:
SQLLiteralExpr, SQLExpr, SQLObject, MySqlExpr, MySqlObject

public class MySqlBinaryExpr
extends MySqlExprImpl
implements MySqlExpr, SQLLiteralExpr


构造方法摘要
MySqlBinaryExpr()
           
MySqlBinaryExpr(String value)
           
 
方法摘要
 void accept0(MySqlASTVisitor visitor)
           
 boolean equals(Object obj)
           
 String getValue()
           
 int hashCode()
           
 void output(StringBuffer buf)
           
 void setValue(String value)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

构造方法详细信息

MySqlBinaryExpr

public MySqlBinaryExpr()

MySqlBinaryExpr

public MySqlBinaryExpr(String value)
方法详细信息

getValue

public String getValue()

setValue

public void setValue(String value)

accept0

public void accept0(MySqlASTVisitor visitor)
指定者:
接口 MySqlObject 中的 accept0
指定者:
MySqlObjectImpl 中的 accept0

output

public void output(StringBuffer buf)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals


Copyright © 2013 Alibaba Group. All Rights Reserved.