public class SQLSelectQueryBlock extends SQLObjectImpl implements SQLSelectQuery
| Constructor and Description |
|---|
SQLSelectQueryBlock() |
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 SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
public SQLOrderBy getOrderBySiblings()
public void setOrderBySiblings(SQLOrderBy orderBySiblings)
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)
public boolean isPrior()
public void setPrior(boolean prior)
public SQLExpr getStartWith()
public void setStartWith(SQLExpr startWith)
public SQLExpr getConnectBy()
public void setConnectBy(SQLExpr connectBy)
public boolean isNoCycle()
public void setNoCycle(boolean noCycle)
Copyright © 2013–2017 Alibaba Group. All rights reserved.