public class SQLInListExpr extends SQLExprImpl implements Serializable
| Constructor and Description |
|---|
SQLInListExpr() |
SQLInListExpr(SQLExpr expr) |
SQLInListExpr(SQLExpr expr,
boolean not) |
| Modifier and Type | Method and Description |
|---|---|
SQLInListExpr |
clone() |
SQLDataType |
computeDataType() |
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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLInListExpr()
public SQLInListExpr(SQLExpr expr)
public SQLInListExpr(SQLExpr expr, boolean not)
public SQLInListExpr clone()
public boolean isNot()
public void setNot(boolean not)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic SQLDataType computeDataType()
computeDataType in interface SQLExprcomputeDataType in class SQLExprImplCopyright © 2013–2017 Alibaba Group. All rights reserved.