public class PGSelectQueryBlock extends SQLSelectQueryBlock implements PGSQLObject
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PGSelectQueryBlock.FetchClause |
static class |
PGSelectQueryBlock.ForClause |
static class |
PGSelectQueryBlock.IntoOption |
static class |
PGSelectQueryBlock.WindowClause |
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLExpr> |
distinctOn |
private PGSelectQueryBlock.FetchClause |
fetch |
private PGSelectQueryBlock.ForClause |
forClause |
private PGSelectQueryBlock.IntoOption |
intoOption |
private SQLOrderBy |
orderBy |
private PGSelectQueryBlock.WindowClause |
window |
cachedSelectList, cachedSelectListHash, clusterBy, connectBy, dbType, distionOption, distributeBy, forUpdate, forUpdateOf, from, groupBy, hints, into, limit, noCycle, noWait, orderBySiblings, parenthesized, prior, selectList, sortBy, startWith, waitTime, where, windowsattributes, parent| 构造器和说明 |
|---|
PGSelectQueryBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(PGASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor 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) |
addClusterBy, addCondition, addCondition, addDistributeBy, addDistributeBy, addHaving, addOrderBy, addOrderBy, addOrderBy, addOrderBy, addSelectItem, addSelectItem, addSelectItem, addSelectItem, addSortBy, addWhere, addWindow, clearMapJoinHint, clone, cloneSelectListTo, cloneTo, computeSelecteListAlias, containsOrderBy, equals, equalsForMergeJoin, findAllColumnSelectItem, findColumn, findColumn, findSelectItem, findSelectItem, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getCachedSelectList, getCachedSelectListHash, getClusterBy, getClusterByDirect, getConnectBy, getDbType, getDistionOption, getDistributeBy, getDistributeByDirect, getFirst, getForUpdateOf, getForUpdateOfSize, getFrom, getGroupBy, getHints, getHintsDirect, getHintsSize, getInto, getLimit, getMappJoinTableSources, getOffset, getOrderBySiblings, getSelectItem, getSelectList, getSortBy, getSortByDirect, getStartWith, getWaitTime, getWhere, getWindows, hashCode, hasSelectAggregation, isBracket, isDistinct, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, limit, removeCondition, removeCondition, replace, replaceInParent, resolveColum, selectItemHasAllColumn, selectItemHasAllColumn, setBracket, setCachedSelectList, setConnectBy, setDbType, setDistinct, setDistionOption, setFirst, setForUpdate, setFrom, setFrom, setFrom, setFrom, setFrom, setGroupBy, setHints, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBySiblings, setParenthesized, setPrior, setStartWith, setWaitTime, setWhere, whereOraccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate PGSelectQueryBlock.WindowClause window
private SQLOrderBy orderBy
private PGSelectQueryBlock.FetchClause fetch
private PGSelectQueryBlock.ForClause forClause
private PGSelectQueryBlock.IntoOption intoOption
public PGSelectQueryBlock.IntoOption getIntoOption()
public void setIntoOption(PGSelectQueryBlock.IntoOption intoOption)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLSelectQueryBlockpublic void accept0(PGASTVisitor visitor)
accept0 在接口中 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 在类中 SQLSelectQueryBlockpublic void setOrderBy(SQLOrderBy orderBy)
setOrderBy 在类中 SQLSelectQueryBlockCopyright © 2013–2019 Alibaba Group. All rights reserved.