public class SQLInSubQueryExpr extends SQLExprImpl implements Serializable
| Constructor and Description |
|---|
SQLInSubQueryExpr() |
SQLInSubQueryExpr(SQLSelect select) |
| Modifier and Type | Method and Description |
|---|---|
SQLInSubQueryExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic SQLSelect subQuery
public SQLInSubQueryExpr()
public SQLInSubQueryExpr(SQLSelect select)
public SQLInSubQueryExpr clone()
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 SQLObjectoutput in class SQLObjectImplpublic List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic SQLDataType computeDataType()
computeDataType in interface SQLExprcomputeDataType in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.