public class PGSelectQueryBlock extends SQLSelectQueryBlock implements PGSQLObject
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 |
---|---|
void |
accept0(PGASTVisitor visitor) |
List<SQLExpr> |
getDistinctOn() |
PGSelectQueryBlock.FetchClause |
getFetch() |
PGSelectQueryBlock.ForClause |
getForClause() |
PGSelectQueryBlock.IntoOption |
getIntoOption() |
SQLOrderBy |
getOrderBy() |
PGSelectQueryBlock.WindowClause |
getWindow() |
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) |
addCondition, addCondition, addSelectItem, addSelectItem, addSelectItem, addWhere, clone, cloneSelectListTo, cloneTo, equals, findAllColumnSelectItem, findColumn, findSelectItem, findSelectItem, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getCachedSelectList, getConnectBy, getDbType, getDistionOption, getDistributeBy, getFirst, getForUpdateOf, getForUpdateOfSize, getFrom, getGroupBy, getInto, getLimit, getOffset, getOrderBySiblings, getSelectList, getSortBy, getStartWith, getWaitTime, getWhere, hashCode, isBracket, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, limit, removeCondition, removeCondition, replace, selectItemHasAllColumn, selectItemHasAllColumn, setBracket, setCachedSelectList, setConnectBy, setDbType, setDistionOption, setFirst, setForUpdate, setFrom, setFrom, setFrom, setFrom, setGroupBy, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBySiblings, setParenthesized, setPrior, setStartWith, setWaitTime, setWhere
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public PGSelectQueryBlock.IntoOption getIntoOption()
public void setIntoOption(PGSelectQueryBlock.IntoOption intoOption)
public void accept0(PGASTVisitor visitor)
accept0
in interface PGSQLObject
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 SQLOrderBy getOrderBy()
getOrderBy
in class SQLSelectQueryBlock
public void setOrderBy(SQLOrderBy orderBy)
setOrderBy
in class SQLSelectQueryBlock
Copyright © 2013–2017 Alibaba Group. All rights reserved.