public final 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) |
List<SQLObject> |
getChildren() |
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 SQLInListExpr clone()
public boolean isNot()
public void setNot(boolean not)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
public SQLDataType computeDataType()
computeDataType
in interface SQLExpr
computeDataType
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.