public class SQLQueryExpr extends SQLExprImpl implements Serializable
| 构造器和说明 |
|---|
SQLQueryExpr() |
SQLQueryExpr(SQLSelect select) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
SQLSelect |
getSubQuery() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setSubQuery(SQLSelect subQuery) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic SQLSelect subQuery
public SQLQueryExpr()
public SQLQueryExpr(SQLSelect select)
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2012 Alibaba Group. All Rights Reserved.