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

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLExprImpl
          extended by com.alibaba.druid.sql.ast.expr.SQLInListExpr
All Implemented Interfaces:
SQLExpr, SQLObject, Serializable

public class SQLInListExpr
extends SQLExprImpl
implements Serializable

See Also:
Serialized Form

Constructor Summary
SQLInListExpr()
           
SQLInListExpr(SQLExpr expr)
           
SQLInListExpr(SQLExpr expr, boolean not)
           
 
Method Summary
 boolean equals(Object obj)
           
 SQLExpr getExpr()
           
 List<SQLExpr> getTargetList()
           
 int hashCode()
           
 boolean isNot()
           
 void output(StringBuffer buf)
           
 void setExpr(SQLExpr expr)
           
 void setNot(boolean not)
           
 void setTargetList(List<SQLExpr> targetList)
           
 
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

SQLInListExpr

public SQLInListExpr()

SQLInListExpr

public SQLInListExpr(SQLExpr expr)

SQLInListExpr

public SQLInListExpr(SQLExpr expr,
                     boolean not)
Method Detail

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)

output

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

hashCode

public int hashCode()
Specified by:
hashCode in class SQLExprImpl

equals

public boolean equals(Object obj)
Specified by:
equals in class SQLExprImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.