com.alibaba.druid.sql.dialect.oracle.ast.stmt
类 OracleOrderByItem

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem
          继承者 com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleOrderByItem
所有已实现的接口:
SQLObject

public class OracleOrderByItem
extends SQLSelectOrderByItem


嵌套类摘要
 
从类 com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem 继承的嵌套类/接口
SQLSelectOrderByItem.NullsOrderType
 
构造方法摘要
OracleOrderByItem()
           
 
方法摘要
 void output(StringBuffer buf)
           
 
从类 com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem 继承的方法
equals, getCollate, getExpr, getNullsOrderType, getType, hashCode, setCollate, setExpr, setNullsOrderType, setType
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

OracleOrderByItem

public OracleOrderByItem()
方法详细信息

output

public void output(StringBuffer buf)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output


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