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) |
computeDataType
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 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 SQLExpr
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
public SQLExistsExpr clone()
Copyright © 2013–2017 Alibaba Group. All rights reserved.