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) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLInListExpr()
public SQLInListExpr(SQLExpr expr)
public SQLInListExpr(SQLExpr expr, boolean not)
public boolean isNot()
public void setNot(boolean not)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public int hashCode()
hashCode
在类中 SQLExprImpl
public boolean equals(Object obj)
equals
在类中 SQLExprImpl
Copyright © 2013–2016 Alibaba Group. All rights reserved.