public class SQLSelectQueryBlock extends SQLSelectQuery
| 构造器和说明 |
|---|
SQLSelectQueryBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getDistionOption() |
SQLTableSource |
getFrom() |
SQLSelectGroupByClause |
getGroupBy() |
SQLExprTableSource |
getInto() |
List<SQLSelectItem> |
getSelectList() |
SQLExpr |
getWhere() |
void |
output(StringBuffer buf) |
void |
setDistionOption(int distionOption) |
void |
setFrom(SQLTableSource from) |
void |
setGroupBy(SQLSelectGroupByClause groupBy) |
void |
setInto(SQLExpr into) |
void |
setInto(SQLExprTableSource into) |
void |
setWhere(SQLExpr where) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringpublic SQLExprTableSource getInto()
public void setInto(SQLExpr into)
public void setInto(SQLExprTableSource into)
public SQLSelectGroupByClause getGroupBy()
public void setGroupBy(SQLSelectGroupByClause groupBy)
public SQLExpr getWhere()
public void setWhere(SQLExpr where)
public int getDistionOption()
public void setDistionOption(int distionOption)
public List<SQLSelectItem> getSelectList()
public SQLTableSource getFrom()
public void setFrom(SQLTableSource from)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplCopyright © 2012 Alibaba Group. All Rights Reserved.