com.alibaba.druid.sql.ast
Class SQLOver
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLOver
- All Implemented Interfaces:
- SQLObject, Serializable
- Direct Known Subclasses:
- OracleAnalytic
public class SQLOver
- extends SQLObjectImpl
- See Also:
- Serialized Form
SQLOver
public SQLOver()
getOrderBy
public SQLOrderBy getOrderBy()
setOrderBy
public void setOrderBy(SQLOrderBy orderBy)
getPartitionBy
public List<SQLExpr> getPartitionBy()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012 Alibaba Group. All Rights Reserved.