枚举的使用
com.alibaba.druid.sql.ast.expr.SQLAggregateOption
使用SQLAggregateOption的程序包
-
com.alibaba.druid.sql.ast.expr中SQLAggregateOption的使用
修饰符和类型方法说明SQLAggregateExpr.getOption()static SQLAggregateOption返回带有指定名称的该类型的枚举常量。static SQLAggregateOption[]SQLAggregateOption.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。限定符构造器说明SQLAggregateExpr(String methodName, SQLAggregateOption option) SQLAggregateExpr(String methodName, SQLAggregateOption option, SQLExpr... arguments)