public class SQLInSubQueryExpr extends SQLExprImpl implements Serializable
Constructor and Description |
---|
SQLInSubQueryExpr() |
SQLInSubQueryExpr(SQLSelect select) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLSelect subQuery
public SQLInSubQueryExpr()
public SQLInSubQueryExpr(SQLSelect select)
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
in interface SQLObject
output
in class SQLObjectImpl
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.