Uses of Class
com.alibaba.druid.sql.ast.SQLCurrentTimeExpr.Type
-
Packages that use SQLCurrentTimeExpr.Type Package Description com.alibaba.druid.sql.ast -
-
Uses of SQLCurrentTimeExpr.Type in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return SQLCurrentTimeExpr.Type Modifier and Type Method Description SQLCurrentTimeExpr.TypeSQLCurrentTimeExpr. getType()static SQLCurrentTimeExpr.TypeSQLCurrentTimeExpr.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLCurrentTimeExpr.Type[]SQLCurrentTimeExpr.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.alibaba.druid.sql.ast with parameters of type SQLCurrentTimeExpr.Type Constructor Description SQLCurrentTimeExpr(SQLCurrentTimeExpr.Type type)
-