public class SQLAllExpr extends SQLExprImpl
| Constructor and Description |
|---|
SQLAllExpr() |
SQLAllExpr(SQLSelect select) |
| Modifier and Type | Method and Description |
|---|---|
SQLAllExpr |
clone() |
boolean |
equals(Object obj) |
SQLSelect |
getSubQuery() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setSubQuery(SQLSelect subQuery) |
computeDataTypeaccept, 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 SQLAllExpr()
public SQLAllExpr(SQLSelect select)
public SQLAllExpr clone()
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2017 Alibaba Group. All rights reserved.