Uses of Class
com.alibaba.druid.sql.dialect.oracle.ast.expr.OracleAnalyticWindowing.Type

Packages that use OracleAnalyticWindowing.Type
com.alibaba.druid.sql.dialect.oracle.ast.expr   
 

Uses of OracleAnalyticWindowing.Type in com.alibaba.druid.sql.dialect.oracle.ast.expr
 

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



Copyright © 2012 Alibaba Group. All Rights Reserved.