com.alibaba.druid.sql.ast
类 SQLOrderBy

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

public class SQLOrderBy
extends SQLObjectImpl


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

构造方法详细信息

SQLOrderBy

public SQLOrderBy()

SQLOrderBy

public SQLOrderBy(SQLExpr expr)
方法详细信息

addItem

public void addItem(SQLSelectOrderByItem item)

getItems

public List<SQLSelectOrderByItem> getItems()

hashCode

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

equals

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


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