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, addSortBy, addWhere, addWindow, clone, cloneSelectListTo, cloneTo, equals, findAllColumnSelectItem, findColumn, findSelectItem, findSelectItem, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getCachedSelectList, getCachedSelectListHash, getConnectBy, getDbType, getDistionOption, getDistributeBy, getFirst, getForUpdateOf, getForUpdateOfSize, getFrom, getGroupBy, getHints, getHintsDirect, getHintsSize, getInto, getLimit, getOffset, getOrderBySiblings, getSelectList, getSortBy, getStartWith, getWaitTime, getWhere, getWindows, 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, setHints, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBySiblings, setParenthesized, setPrior, setStartWith, setWaitTime, setWhereaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic PGSelectQueryBlock.IntoOption getIntoOption()
public void setIntoOption(PGSelectQueryBlock.IntoOption intoOption)
public void accept0(PGASTVisitor visitor)
accept0 in interface PGSQLObjectpublic 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 SQLSelectQueryBlockpublic void setOrderBy(SQLOrderBy orderBy)
setOrderBy in class SQLSelectQueryBlockCopyright © 2013–2018 Alibaba Group. All rights reserved.