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 |
output(StringBuffer buf) |
void |
setSubQuery(SQLSelect subQuery) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLSelect subQuery
public SQLQueryExpr()
public SQLQueryExpr(SQLSelect select)
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
public SQLQueryExpr clone()
public SQLDataType computeDataType()
computeDataType
in interface SQLExpr
computeDataType
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.