Uses of Class
com.alibaba.druid.sql.ast.expr.SQLAggregateOption
-
Packages that use SQLAggregateOption Package Description com.alibaba.druid.sql.ast.expr -
-
Uses of SQLAggregateOption in com.alibaba.druid.sql.ast.expr
Fields in com.alibaba.druid.sql.ast.expr declared as SQLAggregateOption Modifier and Type Field Description protected SQLAggregateOptionSQLAggregateExpr. optionMethods in com.alibaba.druid.sql.ast.expr that return SQLAggregateOption Modifier and Type Method Description SQLAggregateOptionSQLAggregateExpr. getOption()static SQLAggregateOptionSQLAggregateOption. valueOf(String name)Returns 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 SQLAggregateOption Modifier and Type Method Description voidSQLAggregateExpr. setOption(SQLAggregateOption option)Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLAggregateOption Constructor Description SQLAggregateExpr(String methodName, SQLAggregateOption option)SQLAggregateExpr(String methodName, SQLAggregateOption option, SQLExpr... arguments)
-