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

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLOrderBy
          extended by com.alibaba.druid.sql.dialect.postgresql.ast.PGOrderBy
All Implemented Interfaces:
SQLObject, Serializable

public class PGOrderBy
extends SQLOrderBy

See Also:
Serialized Form

Constructor Summary
PGOrderBy()
           
 
Method Summary
 boolean isSibings()
           
 void output(StringBuffer buf)
           
 void setSibings(boolean sibings)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLOrderBy
getItems
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PGOrderBy

public PGOrderBy()
Method Detail

isSibings

public boolean isSibings()

setSibings

public void setSibings(boolean sibings)

output

public void output(StringBuffer buf)
Specified by:
output in interface SQLObject
Overrides:
output in class SQLOrderBy


Copyright © 2012 Alibaba Group. All Rights Reserved.