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