public class SQLAnyExpr extends SQLExprImpl
| Constructor and Description |
|---|
SQLAnyExpr() |
SQLAnyExpr(SQLSelect select) |
| Modifier and Type | Method and Description |
|---|---|
SQLAnyExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLSelect |
getSubQuery() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setSubQuery(SQLSelect x) |
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 SQLAnyExpr()
public SQLAnyExpr(SQLSelect select)
public SQLAnyExpr clone()
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect x)
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.