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

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

public class PGOrderByItem
extends SQLSelectOrderByItem

See Also:
Serialized Form

Nested Class Summary
static class PGOrderByItem.NullsOrderType
           
 
Constructor Summary
PGOrderByItem()
           
 
Method Summary
 PGOrderByItem.NullsOrderType getNullsOrderType()
           
 void output(StringBuffer buf)
           
 void setNullsOrderType(PGOrderByItem.NullsOrderType nullsOrderType)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem
getCollate, getExpr, getType, setCollate, setExpr, setType
 
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

PGOrderByItem

public PGOrderByItem()
Method Detail

getNullsOrderType

public PGOrderByItem.NullsOrderType getNullsOrderType()

setNullsOrderType

public void setNullsOrderType(PGOrderByItem.NullsOrderType nullsOrderType)

output

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


Copyright © 2012 Alibaba Group. All Rights Reserved.