Uses of Class
com.alibaba.druid.sql.ast.expr.SQLFlashbackExpr.Type
-
Packages that use SQLFlashbackExpr.Type Package Description com.alibaba.druid.sql.ast.expr -
-
Uses of SQLFlashbackExpr.Type in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLFlashbackExpr.Type Modifier and Type Method Description SQLFlashbackExpr.TypeSQLFlashbackExpr. getType()static SQLFlashbackExpr.TypeSQLFlashbackExpr.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLFlashbackExpr.Type[]SQLFlashbackExpr.Type. 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 SQLFlashbackExpr.Type Modifier and Type Method Description voidSQLFlashbackExpr. setType(SQLFlashbackExpr.Type type)Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLFlashbackExpr.Type Constructor Description SQLFlashbackExpr(SQLFlashbackExpr.Type type, SQLExpr expr)
-