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, getDistionOption, getFirst, getFrom, getGroupBy, getInto, getLimit, getOffset, getSelectList, getWaitTime, getWhere, hashCode, isForUpdate, isNoWait, isParenthesized, setDistionOption, setFirst, setForUpdate, setFrom, setGroupBy, setInto, setInto, setLimit, setNoWait, setOffset, setParenthesized, setWaitTime, setWhere
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 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 SQLSelectQueryBlock
public void setOrderBy(SQLOrderBy orderBy)
setOrderBy
in class SQLSelectQueryBlock
Copyright © 2013–2017 Alibaba Group. All rights reserved.