com.alibaba.druid.sql.ast
Class SQLOrderBy
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLOrderBy
- All Implemented Interfaces:
- SQLObject, Serializable
- Direct Known Subclasses:
- OracleOrderBy, PGOrderBy
public class SQLOrderBy
- extends SQLObjectImpl
- See Also:
- Serialized Form
SQLOrderBy
public SQLOrderBy()
getItems
public List<SQLSelectOrderByItem> getItems()
output
public void output(StringBuffer buf)
- Specified by:
output in interface SQLObject- Overrides:
output in class SQLObjectImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.