com.alibaba.druid.sql.ast
类 SQLOver

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.SQLOver
所有已实现的接口:
SQLObject
直接已知子类:
OracleAnalytic

public class SQLOver
extends SQLObjectImpl


构造方法摘要
SQLOver()
           
SQLOver(SQLOrderBy orderBy)
           
 
方法摘要
 boolean equals(Object obj)
           
 SQLOrderBy getOrderBy()
           
 List<SQLExpr> getPartitionBy()
           
 int hashCode()
           
 void setOrderBy(SQLOrderBy orderBy)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SQLOver

public SQLOver()

SQLOver

public SQLOver(SQLOrderBy orderBy)
方法详细信息

getOrderBy

public SQLOrderBy getOrderBy()

setOrderBy

public void setOrderBy(SQLOrderBy orderBy)

getPartitionBy

public List<SQLExpr> getPartitionBy()

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.