com.alibaba.druid.sql.dialect.oracle.ast
类 OracleOrderBy

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

public class OracleOrderBy
extends SQLOrderBy


构造方法摘要
OracleOrderBy()
           
 
方法摘要
 boolean isSibings()
           
 void output(StringBuffer buf)
           
 void setSibings(boolean sibings)
           
 
从类 com.alibaba.druid.sql.ast.SQLOrderBy 继承的方法
equals, getItems, hashCode
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

OracleOrderBy

public OracleOrderBy()
方法详细信息

isSibings

public boolean isSibings()

setSibings

public void setSibings(boolean sibings)

output

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


Copyright © 2013 Alibaba Group. All Rights Reserved.