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

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem
所有已实现的接口:
SQLObject
直接已知子类:
OracleOrderByItem

public class SQLSelectOrderByItem
extends SQLObjectImpl


嵌套类摘要
static class SQLSelectOrderByItem.NullsOrderType
           
 
构造方法摘要
SQLSelectOrderByItem()
           
SQLSelectOrderByItem(SQLExpr expr)
           
 
方法摘要
 boolean equals(Object obj)
           
 String getCollate()
           
 SQLExpr getExpr()
           
 SQLSelectOrderByItem.NullsOrderType getNullsOrderType()
           
 SQLOrderingSpecification getType()
           
 int hashCode()
           
 void setCollate(String collate)
           
 void setExpr(SQLExpr expr)
           
 void setNullsOrderType(SQLSelectOrderByItem.NullsOrderType nullsOrderType)
           
 void setType(SQLOrderingSpecification type)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SQLSelectOrderByItem

public SQLSelectOrderByItem()

SQLSelectOrderByItem

public SQLSelectOrderByItem(SQLExpr expr)
方法详细信息

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)

getNullsOrderType

public SQLSelectOrderByItem.NullsOrderType getNullsOrderType()

setNullsOrderType

public void setNullsOrderType(SQLSelectOrderByItem.NullsOrderType nullsOrderType)

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.