com.alibaba.druid.sql.ast.statement
Class SQLSelectOrderByItem
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
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
SQLSelectOrderByItem
public SQLSelectOrderByItem()
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.