com.alibaba.druid.sql.ast.statement
Class SQLSelectOrderByItem

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem
All Implemented Interfaces:
SQLObject, Serializable
Direct Known Subclasses:
OracleOrderByItem, PGOrderByItem

public class SQLSelectOrderByItem
extends SQLObjectImpl

See Also:
Serialized Form

Constructor Summary
SQLSelectOrderByItem()
           
 
Method Summary
 String getCollate()
           
 SQLExpr getExpr()
           
 SQLOrderingSpecification getType()
           
 void setCollate(String collate)
           
 void setExpr(SQLExpr expr)
           
 void setType(SQLOrderingSpecification type)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLSelectOrderByItem

public SQLSelectOrderByItem()
Method Detail

getExpr

public SQLExpr getExpr()

setExpr

public void setExpr(SQLExpr expr)

getCollate

public String getCollate()

setCollate

public void setCollate(String collate)

getType

public SQLOrderingSpecification getType()

setType

public void setType(SQLOrderingSpecification type)


Copyright © 2012 Alibaba Group. All Rights Reserved.