public class OdpsSelectQueryBlock extends SQLSelectQueryBlock
构造器和说明 |
---|
OdpsSelectQueryBlock() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept0(OdpsASTVisitor visitor) |
boolean |
equals(Object obj) |
SQLExpr |
getDistributeBy() |
List<SQLHint> |
getHints() |
List<SQLHint> |
getHintsDirect() |
SQLExpr |
getLimit() |
SQLOrderBy |
getOrderBy() |
List<SQLSelectOrderByItem> |
getSortBy() |
int |
hashCode() |
void |
setDistributeBy(SQLExpr distributeBy) |
void |
setHints(List<SQLHint> hints) |
void |
setLimit(SQLExpr limit) |
void |
setOrderBy(SQLOrderBy orderBy) |
String |
toString() |
addSelectItem, getDistionOption, getFrom, getGroupBy, getInto, getSelectList, getWaitTime, getWhere, isForUpdate, isNoWait, isParenthesized, setDistionOption, setForUpdate, setFrom, setGroupBy, setInto, setInto, setNoWait, setParenthesized, setWaitTime, setWhere
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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
在类中 SQLSelectQueryBlock
public void setOrderBy(SQLOrderBy orderBy)
setOrderBy
在类中 SQLSelectQueryBlock
public SQLExpr getDistributeBy()
public void setDistributeBy(SQLExpr distributeBy)
public List<SQLSelectOrderByItem> getSortBy()
public SQLExpr getLimit()
public void setLimit(SQLExpr limit)
public int hashCode()
hashCode
在类中 SQLSelectQueryBlock
public boolean equals(Object obj)
equals
在类中 SQLSelectQueryBlock
public void accept0(OdpsASTVisitor visitor)
public String toString()
toString
在类中 SQLObjectImpl
Copyright © 2013–2016 Alibaba Group. All rights reserved.