public class PGSelectQueryBlock extends SQLSelectQueryBlock
| Modifier and Type | Class and Description |
|---|---|
static class |
PGSelectQueryBlock.FetchClause |
static class |
PGSelectQueryBlock.ForClause |
static class |
PGSelectQueryBlock.IntoOption |
static class |
PGSelectQueryBlock.WindowClause |
| Constructor and Description |
|---|
PGSelectQueryBlock() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLExpr> |
getDistinctOn() |
PGSelectQueryBlock.FetchClause |
getFetch() |
PGSelectQueryBlock.ForClause |
getForClause() |
PGSelectQueryBlock.IntoOption |
getIntoOption() |
SQLOrderBy |
getOrderBy() |
PGSelectQueryBlock.WindowClause |
getWindow() |
PGWithClause |
getWith() |
void |
setDistinctOn(List<SQLExpr> distinctOn) |
void |
setFetch(PGSelectQueryBlock.FetchClause fetch) |
void |
setForClause(PGSelectQueryBlock.ForClause forClause) |
void |
setIntoOption(PGSelectQueryBlock.IntoOption intoOption) |
void |
setOrderBy(SQLOrderBy orderBy) |
void |
setWindow(PGSelectQueryBlock.WindowClause window) |
void |
setWith(PGWithClause with) |
addSelectItem, equals, getConnectBy, getDistionOption, getFirst, getFrom, getGroupBy, getInto, getLimit, getOffset, getOrderBySiblings, getSelectList, getStartWith, getWaitTime, getWhere, hashCode, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, setConnectBy, setDistionOption, setFirst, setForUpdate, setFrom, setGroupBy, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBySiblings, setParenthesized, setPrior, setStartWith, setWaitTime, setWhereaccept, 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 PGSelectQueryBlock.IntoOption getIntoOption()
public void setIntoOption(PGSelectQueryBlock.IntoOption intoOption)
public PGSelectQueryBlock.FetchClause getFetch()
public void setFetch(PGSelectQueryBlock.FetchClause fetch)
public PGSelectQueryBlock.ForClause getForClause()
public void setForClause(PGSelectQueryBlock.ForClause forClause)
public PGSelectQueryBlock.WindowClause getWindow()
public void setWindow(PGSelectQueryBlock.WindowClause window)
public PGWithClause getWith()
public void setWith(PGWithClause with)
public SQLOrderBy getOrderBy()
getOrderBy in class SQLSelectQueryBlockpublic void setOrderBy(SQLOrderBy orderBy)
setOrderBy in class SQLSelectQueryBlockCopyright © 2013–2017 Alibaba Group. All rights reserved.