public class OdpsSelectQueryBlock extends SQLSelectQueryBlock
| 构造器和说明 |
|---|
OdpsSelectQueryBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OdpsASTVisitor visitor) |
boolean |
equals(Object obj) |
SQLExpr |
getLimit() |
SQLOrderBy |
getOrderBy() |
int |
hashCode() |
void |
setLimit(SQLExpr limit) |
void |
setOrderBy(SQLOrderBy orderBy) |
addSelectItem, getDistionOption, getFrom, getGroupBy, getInto, getSelectList, getWhere, isParenthesized, setDistionOption, setFrom, setGroupBy, setInto, setInto, setParenthesized, setWhereaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
public SQLExpr getLimit()
public void setLimit(SQLExpr limit)
public int hashCode()
hashCode 在类中 SQLSelectQueryBlockpublic boolean equals(Object obj)
equals 在类中 SQLSelectQueryBlockpublic void accept0(OdpsASTVisitor visitor)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.