com.alibaba.druid.sql.ast
Class SQLOrderBy

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by 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

Constructor Summary
SQLOrderBy()
           
 
Method Summary
 List<SQLSelectOrderByItem> getItems()
           
 void output(StringBuffer buf)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLOrderBy

public SQLOrderBy()
Method Detail

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.