com.alibaba.druid.sql.ast
Class SQLOver

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLOver
All Implemented Interfaces:
SQLObject, Serializable
Direct Known Subclasses:
OracleAnalytic

public class SQLOver
extends SQLObjectImpl

See Also:
Serialized Form

Constructor Summary
SQLOver()
           
 
Method Summary
 boolean equals(Object obj)
           
 SQLOrderBy getOrderBy()
           
 List<SQLExpr> getPartitionBy()
           
 int hashCode()
           
 void setOrderBy(SQLOrderBy orderBy)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLOver

public SQLOver()
Method Detail

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.