public class SQLQueryExpr extends SQLExprImpl implements Serializable
| Constructor and Description |
|---|
SQLQueryExpr() |
SQLQueryExpr(SQLSelect select) |
| Modifier and Type | Method and Description |
|---|---|
SQLQueryExpr |
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 SQLQueryExpr()
public SQLQueryExpr(SQLSelect select)
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic SQLQueryExpr clone()
public SQLDataType computeDataType()
computeDataType in interface SQLExprcomputeDataType in class SQLExprImplCopyright © 2013–2022 Alibaba Group. All rights reserved.