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
public SQLOrderBy()
SQLOrderBy
public SQLOrderBy(SQLExpr expr)
getItems
public List<SQLSelectOrderByItem> getItems()
hashCode
public int hashCode()
- 覆盖:
- 类
Object 中的 hashCode
equals
public boolean equals(Object obj)
- 覆盖:
- 类
Object 中的 equals
Copyright © 2013 Alibaba Group. All Rights Reserved.