Uses of Class
com.alibaba.druid.sql.dialect.postgresql.ast.PGAnalyticWindowing.Type

Packages that use PGAnalyticWindowing.Type
com.alibaba.druid.sql.dialect.postgresql.ast   
 

Uses of PGAnalyticWindowing.Type in com.alibaba.druid.sql.dialect.postgresql.ast
 

Methods in com.alibaba.druid.sql.dialect.postgresql.ast that return PGAnalyticWindowing.Type
 PGAnalyticWindowing.Type PGAnalyticWindowing.getType()
           
static PGAnalyticWindowing.Type PGAnalyticWindowing.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PGAnalyticWindowing.Type[] PGAnalyticWindowing.Type.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 PGAnalyticWindowing.Type
 void PGAnalyticWindowing.setType(PGAnalyticWindowing.Type type)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.