Uses of Class
com.alibaba.druid.sql.ast.expr.SQLSequenceExpr.Function
-
Packages that use SQLSequenceExpr.Function Package Description com.alibaba.druid.sql.ast.expr -
-
Uses of SQLSequenceExpr.Function in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLSequenceExpr.Function Modifier and Type Method Description SQLSequenceExpr.FunctionSQLSequenceExpr. getFunction()static SQLSequenceExpr.FunctionSQLSequenceExpr.Function. valueOf(String name)Returns 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.Function Modifier and Type Method Description voidSQLSequenceExpr. setFunction(SQLSequenceExpr.Function function)Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLSequenceExpr.Function Constructor Description SQLSequenceExpr(SQLName sequence, SQLSequenceExpr.Function function)
-