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.PGLimit |
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() |
PGSelectQueryBlock.PGLimit |
getLimit() |
SQLExpr |
getOffset() |
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 |
setLimit(PGSelectQueryBlock.PGLimit limit) |
void |
setOffset(SQLExpr offset) |
void |
setOrderBy(SQLOrderBy orderBy) |
void |
setWindow(PGSelectQueryBlock.WindowClause window) |
void |
setWith(PGWithClause with) |
addSelectItem, equals, getDistionOption, getFirst, getFrom, getGroupBy, getInto, getSelectList, getWaitTime, getWhere, hashCode, isForUpdate, isNoWait, isParenthesized, setDistionOption, setFirst, setForUpdate, setFrom, setGroupBy, setInto, setInto, setNoWait, setParenthesized, 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 PGSelectQueryBlock.PGLimit getLimit()
public void setLimit(PGSelectQueryBlock.PGLimit limit)
public SQLOrderBy getOrderBy()
getOrderBy in class SQLSelectQueryBlockpublic void setOrderBy(SQLOrderBy orderBy)
setOrderBy in class SQLSelectQueryBlockpublic SQLExpr getOffset()
getOffset in class SQLSelectQueryBlockpublic void setOffset(SQLExpr offset)
setOffset in class SQLSelectQueryBlockCopyright © 2013–2016 Alibaba Group. All rights reserved.