public class SQLExistsExpr extends SQLExprImpl implements Serializable
| Constructor and Description |
|---|
SQLExistsExpr() |
SQLExistsExpr(SQLSelect subQuery) |
SQLExistsExpr(SQLSelect subQuery,
boolean not) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SQLSelect |
getSubQuery() |
int |
hashCode() |
boolean |
isNot() |
void |
setNot(boolean not) |
void |
setSubQuery(SQLSelect subQuery) |
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 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)
public int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2017 Alibaba Group. All rights reserved.