public class SQLInSubQueryExpr extends SQLExprImpl implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
expr |
private boolean |
not |
private static long |
serialVersionUID |
SQLSelect |
subQuery |
attributes, parent| 构造器和说明 |
|---|
SQLInSubQueryExpr() |
SQLInSubQueryExpr(SQLSelect select) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLInSubQueryExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
SQLSelect |
getSubQuery() |
int |
hashCode() |
boolean |
isNot() |
void |
output(StringBuffer buf) |
void |
setExpr(SQLExpr expr) |
void |
setNot(boolean not) |
void |
setSubQuery(SQLSelect subQuery) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate static final long serialVersionUID
private boolean not
private SQLExpr expr
public SQLSelect subQuery
public SQLInSubQueryExpr()
public SQLInSubQueryExpr(SQLSelect select)
public SQLInSubQueryExpr clone()
public boolean isNot()
public void setNot(boolean not)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.