Uses of Enum
com.alibaba.druid.sql.ast.expr.SQLSequenceExpr.Function
Packages that use SQLSequenceExpr.Function
-
Uses of SQLSequenceExpr.Function in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLSequenceExpr.FunctionModifier and TypeMethodDescriptionSQLSequenceExpr.getFunction()static SQLSequenceExpr.FunctionReturns the enum constant of this type with the specified name.static SQLSequenceExpr.Function[]SQLSequenceExpr.Function.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 SQLSequenceExpr.FunctionModifier and TypeMethodDescriptionvoidSQLSequenceExpr.setFunction(SQLSequenceExpr.Function function) Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLSequenceExpr.FunctionModifierConstructorDescriptionSQLSequenceExpr(SQLName sequence, SQLSequenceExpr.Function function)