public class OdpsSelectQueryBlock extends SQLSelectQueryBlock
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLOrderBy |
orderBy |
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| 构造器和说明 |
|---|
OdpsSelectQueryBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OdpsASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
boolean |
equals(Object obj) |
SQLOrderBy |
getOrderBy() |
int |
hashCode() |
void |
limit(int rowCount,
int offset) |
void |
setOrderBy(SQLOrderBy orderBy) |
String |
toString() |
addClusterBy, addCondition, addCondition, addDistributeBy, addDistributeBy, addHaving, addOrderBy, addOrderBy, addOrderBy, addOrderBy, addSelectItem, addSelectItem, addSelectItem, addSelectItem, addSortBy, addWhere, addWindow, clearMapJoinHint, clone, cloneSelectListTo, cloneTo, computeSelecteListAlias, containsOrderBy, 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, hasSelectAggregation, isBracket, isDistinct, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, 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, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLOrderBy orderBy
public SQLOrderBy getOrderBy()
getOrderBy 在类中 SQLSelectQueryBlockpublic void setOrderBy(SQLOrderBy orderBy)
setOrderBy 在类中 SQLSelectQueryBlockpublic int hashCode()
hashCode 在类中 SQLSelectQueryBlockpublic boolean equals(Object obj)
equals 在类中 SQLSelectQueryBlockprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLSelectQueryBlockpublic void accept0(OdpsASTVisitor visitor)
public String toString()
toString 在类中 SQLObjectImplpublic void limit(int rowCount,
int offset)
limit 在类中 SQLSelectQueryBlockCopyright © 2013–2019 Alibaba Group. All rights reserved.