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