public class OdpsSelectQueryBlock extends SQLSelectQueryBlock
| Constructor and Description |
|---|
OdpsSelectQueryBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OdpsASTVisitor visitor) |
boolean |
equals(Object obj) |
SQLOrderBy |
getOrderBy() |
int |
hashCode() |
void |
limit(int rowCount,
int offset) |
void |
setOrderBy(SQLOrderBy orderBy) |
String |
toString() |
addCondition, addCondition, addSelectItem, addSelectItem, addSelectItem, addSortBy, addWhere, addWindow, clone, cloneSelectListTo, cloneTo, 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, isBracket, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, 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, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLOrderBy getOrderBy()
getOrderBy in class SQLSelectQueryBlockpublic void setOrderBy(SQLOrderBy orderBy)
setOrderBy in class SQLSelectQueryBlockpublic int hashCode()
hashCode in class SQLSelectQueryBlockpublic boolean equals(Object obj)
equals in class SQLSelectQueryBlockpublic void accept0(OdpsASTVisitor visitor)
public String toString()
toString in class SQLObjectImplpublic void limit(int rowCount,
int offset)
limit in class SQLSelectQueryBlockCopyright © 2013–2018 Alibaba Group. All rights reserved.