public class OdpsSelectQueryBlock extends SQLSelectQueryBlock
| Constructor and Description |
|---|
OdpsSelectQueryBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OdpsASTVisitor visitor) |
boolean |
equals(Object obj) |
List<SQLExpr> |
getDistributeBy() |
List<SQLHint> |
getHints() |
List<SQLHint> |
getHintsDirect() |
SQLExpr |
getLimit() |
SQLOrderBy |
getOrderBy() |
List<SQLSelectOrderByItem> |
getSortBy() |
int |
hashCode() |
void |
setHints(List<SQLHint> hints) |
void |
setLimit(SQLExpr limit) |
void |
setOrderBy(SQLOrderBy orderBy) |
String |
toString() |
addSelectItem, getDistionOption, getFirst, getFrom, getGroupBy, getInto, getOffset, getSelectList, getWaitTime, getWhere, isForUpdate, isNoWait, isParenthesized, setDistionOption, setFirst, setForUpdate, setFrom, setGroupBy, setInto, setInto, setNoWait, setOffset, setParenthesized, setWaitTime, setWhereaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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 List<SQLSelectOrderByItem> getSortBy()
public SQLExpr getLimit()
public void setLimit(SQLExpr limit)
public int hashCode()
hashCode in class SQLSelectQueryBlockpublic boolean equals(Object obj)
equals in class SQLSelectQueryBlockpublic void accept0(OdpsASTVisitor visitor)
public String toString()
toString in class SQLObjectImplCopyright © 2013–2016 Alibaba Group. All rights reserved.