public class SQLSelectQueryBlock extends SQLObjectImpl implements SQLSelectQuery
Constructor and Description |
---|
SQLSelectQueryBlock() |
Modifier and Type | Method and Description |
---|---|
void |
addSelectItem(SQLSelectItem item) |
boolean |
equals(Object obj) |
int |
getDistionOption() |
SQLExpr |
getFirst() |
SQLTableSource |
getFrom() |
SQLSelectGroupByClause |
getGroupBy() |
SQLExprTableSource |
getInto() |
SQLLimit |
getLimit() |
SQLExpr |
getOffset() |
SQLOrderBy |
getOrderBy() |
List<SQLSelectItem> |
getSelectList() |
SQLExpr |
getWaitTime() |
SQLExpr |
getWhere() |
int |
hashCode() |
boolean |
isForUpdate() |
boolean |
isNoWait() |
boolean |
isParenthesized() |
void |
setDistionOption(int distionOption) |
void |
setFirst(SQLExpr first) |
void |
setForUpdate(boolean forUpdate) |
void |
setFrom(SQLTableSource from) |
void |
setGroupBy(SQLSelectGroupByClause groupBy) |
void |
setInto(SQLExpr into) |
void |
setInto(SQLExprTableSource into) |
void |
setLimit(SQLLimit limit) |
void |
setNoWait(boolean noWait) |
void |
setOffset(SQLExpr offset) |
void |
setOrderBy(SQLOrderBy orderBy) |
void |
setParenthesized(boolean parenthesized) |
void |
setWaitTime(SQLExpr waitTime) |
void |
setWhere(SQLExpr where) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
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)
public boolean isForUpdate()
public void setForUpdate(boolean forUpdate)
public boolean isNoWait()
public void setNoWait(boolean noWait)
public SQLExpr getWaitTime()
public void setWaitTime(SQLExpr waitTime)
public SQLLimit getLimit()
public void setLimit(SQLLimit limit)
public SQLExpr getFirst()
public void setFirst(SQLExpr first)
public SQLExpr getOffset()
public void setOffset(SQLExpr offset)
Copyright © 2013–2017 Alibaba Group. All rights reserved.