Uses of Enum
com.alibaba.druid.sql.dialect.oracle.ast.expr.OracleAnalyticWindowing.Type
Packages that use OracleAnalyticWindowing.Type
-
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.TypeModifier and TypeMethodDescriptionOracleAnalyticWindowing.getType()static OracleAnalyticWindowing.TypeReturns 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.TypeModifier and TypeMethodDescriptionvoidOracleAnalyticWindowing.setType(OracleAnalyticWindowing.Type type)