public final class SQLSomeExpr extends SQLExprImpl
| Constructor and Description |
|---|
SQLSomeExpr() |
SQLSomeExpr(SQLSelect select) |
| Modifier and Type | Method and Description |
|---|---|
SQLSomeExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLSelect |
getSubQuery() |
int |
hashCode() |
void |
setSubQuery(SQLSelect subQuery) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLSelect subQuery
public SQLSomeExpr()
public SQLSomeExpr(SQLSelect select)
public SQLSomeExpr clone()
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic SQLDataType computeDataType()
computeDataType in interface SQLExprcomputeDataType in class SQLExprImplpublic List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplCopyright © 2013–2022 Alibaba Group. All rights reserved.