Uses of Enum
com.alibaba.druid.sql.ast.expr.SQLAggregateOption
Packages that use SQLAggregateOption
-
Uses of SQLAggregateOption in com.alibaba.druid.sql.ast.expr
Fields in com.alibaba.druid.sql.ast.expr declared as SQLAggregateOptionMethods in com.alibaba.druid.sql.ast.expr that return SQLAggregateOptionModifier and TypeMethodDescriptionSQLAggregateExpr.getOption()static SQLAggregateOptionReturns the enum constant of this type with the specified name.static SQLAggregateOption[]SQLAggregateOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLAggregateOptionConstructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLAggregateOptionModifierConstructorDescriptionSQLAggregateExpr(String methodName, SQLAggregateOption option) SQLAggregateExpr(String methodName, SQLAggregateOption option, SQLExpr... arguments)