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, setWhere
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
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)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.