public class SQLSelectQueryBlock extends SQLObjectImpl implements SQLSelectQuery
| 构造器和说明 |
|---|
SQLSelectQueryBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
int |
getDistionOption() |
SQLTableSource |
getFrom() |
SQLSelectGroupByClause |
getGroupBy() |
SQLExprTableSource |
getInto() |
List<SQLSelectItem> |
getSelectList() |
SQLExpr |
getWhere() |
int |
hashCode() |
boolean |
isParenthesized() |
void |
setDistionOption(int distionOption) |
void |
setFrom(SQLTableSource from) |
void |
setGroupBy(SQLSelectGroupByClause groupBy) |
void |
setInto(SQLExpr into) |
void |
setInto(SQLExprTableSource into) |
void |
setParenthesized(boolean parenthesized) |
void |
setWhere(SQLExpr where) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic 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 boolean isParenthesized()
public void setParenthesized(boolean parenthesized)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.