Uses of Class
com.alibaba.druid.sql.dialect.postgresql.ast.PGOrderByItem.NullsOrderType

Packages that use PGOrderByItem.NullsOrderType
com.alibaba.druid.sql.dialect.postgresql.ast   
 

Uses of PGOrderByItem.NullsOrderType in com.alibaba.druid.sql.dialect.postgresql.ast
 

Methods in com.alibaba.druid.sql.dialect.postgresql.ast that return PGOrderByItem.NullsOrderType
 PGOrderByItem.NullsOrderType PGOrderByItem.getNullsOrderType()
           
static PGOrderByItem.NullsOrderType PGOrderByItem.NullsOrderType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PGOrderByItem.NullsOrderType[] PGOrderByItem.NullsOrderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alibaba.druid.sql.dialect.postgresql.ast with parameters of type PGOrderByItem.NullsOrderType
 void PGOrderByItem.setNullsOrderType(PGOrderByItem.NullsOrderType nullsOrderType)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.