public class SQLSelectQueryBlock extends SQLObjectImpl implements SQLSelectQuery
构造器和说明 |
---|
SQLSelectQueryBlock() |
限定符和类型 | 方法和说明 |
---|---|
void |
addSelectItem(SQLSelectItem item) |
boolean |
equals(Object obj) |
int |
getDistionOption() |
SQLTableSource |
getFrom() |
SQLSelectGroupByClause |
getGroupBy() |
SQLExprTableSource |
getInto() |
SQLOrderBy |
getOrderBy() |
List<SQLSelectItem> |
getSelectList() |
SQLExpr |
getWaitTime() |
SQLExpr |
getWhere() |
int |
hashCode() |
boolean |
isForUpdate() |
boolean |
isNoWait() |
boolean |
isParenthesized() |
void |
setDistionOption(int distionOption) |
void |
setForUpdate(boolean forUpdate) |
void |
setFrom(SQLTableSource from) |
void |
setGroupBy(SQLSelectGroupByClause groupBy) |
void |
setInto(SQLExpr into) |
void |
setInto(SQLExprTableSource into) |
void |
setNoWait(boolean noWait) |
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)
Copyright © 2013–2016 Alibaba Group. All rights reserved.