public class OdpsSelectQueryBlock extends SQLSelectQueryBlock
Constructor and Description |
---|
OdpsSelectQueryBlock() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OdpsASTVisitor visitor) |
boolean |
equals(Object obj) |
List<SQLHint> |
getHints() |
List<SQLHint> |
getHintsDirect() |
SQLOrderBy |
getOrderBy() |
int |
hashCode() |
void |
limit(int rowCount,
int offset) |
void |
setHints(List<SQLHint> hints) |
void |
setOrderBy(SQLOrderBy orderBy) |
String |
toString() |
addCondition, addCondition, addSelectItem, addSelectItem, addSelectItem, addWhere, clone, cloneSelectListTo, cloneTo, 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, isBracket, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, 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
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLOrderBy getOrderBy()
getOrderBy
in class SQLSelectQueryBlock
public void setOrderBy(SQLOrderBy orderBy)
setOrderBy
in class SQLSelectQueryBlock
public int hashCode()
hashCode
in class SQLSelectQueryBlock
public boolean equals(Object obj)
equals
in class SQLSelectQueryBlock
public void accept0(OdpsASTVisitor visitor)
public String toString()
toString
in class SQLObjectImpl
public void limit(int rowCount, int offset)
limit
in class SQLSelectQueryBlock
Copyright © 2013–2017 Alibaba Group. All rights reserved.