public class SQLSelectQueryBlock extends SQLObjectImpl implements SQLSelectQuery
| 构造器和说明 |
|---|
SQLSelectQueryBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSelectItem(SQLSelectItem item) |
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, 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 void addSelectItem(SQLSelectItem item)
public SQLTableSource getFrom()
public void setFrom(SQLTableSource from)
public boolean isParenthesized()
public void setParenthesized(boolean parenthesized)
Copyright © 2013-2016 Alibaba Group. All Rights Reserved.