com.alibaba.druid.sql.dialect.postgresql.ast
类 PGOrderBy

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

public class PGOrderBy
extends SQLOrderBy


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

构造方法详细信息

PGOrderBy

public PGOrderBy()
方法详细信息

isSibings

public boolean isSibings()

setSibings

public void setSibings(boolean sibings)


Copyright © 2013 Alibaba Group. All Rights Reserved.