com.alibaba.druid.sql.ast.expr
类 SQLInListExpr

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.SQLExprImpl
          继承者 com.alibaba.druid.sql.ast.expr.SQLInListExpr
所有已实现的接口:
SQLExpr, SQLObject, Serializable

public class SQLInListExpr
extends SQLExprImpl
implements Serializable

另请参见:
序列化表格

构造方法摘要
SQLInListExpr()
           
SQLInListExpr(SQLExpr expr)
           
SQLInListExpr(SQLExpr expr, boolean not)
           
 
方法摘要
 boolean equals(Object obj)
           
 SQLExpr getExpr()
           
 List<SQLExpr> getTargetList()
           
 int hashCode()
           
 boolean isNot()
           
 void setExpr(SQLExpr expr)
           
 void setNot(boolean not)
           
 void setTargetList(List<SQLExpr> targetList)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

SQLInListExpr

public SQLInListExpr()

SQLInListExpr

public SQLInListExpr(SQLExpr expr)

SQLInListExpr

public SQLInListExpr(SQLExpr expr,
                     boolean not)
方法详细信息

isNot

public boolean isNot()

setNot

public void setNot(boolean not)

getExpr

public SQLExpr getExpr()

setExpr

public void setExpr(SQLExpr expr)

getTargetList

public List<SQLExpr> getTargetList()

setTargetList

public void setTargetList(List<SQLExpr> targetList)

hashCode

public int hashCode()
指定者:
SQLExprImpl 中的 hashCode

equals

public boolean equals(Object obj)
指定者:
SQLExprImpl 中的 equals


Copyright © 2013 Alibaba Group. All Rights Reserved.