Uses of Class
com.alibaba.druid.sql.ast.expr.SQLSizeExpr.Unit
-
Packages that use SQLSizeExpr.Unit Package Description com.alibaba.druid.sql.ast.expr -
-
Uses of SQLSizeExpr.Unit in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLSizeExpr.Unit Modifier and Type Method Description SQLSizeExpr.UnitSQLSizeExpr. getUnit()static SQLSizeExpr.UnitSQLSizeExpr.Unit. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLSizeExpr.Unit[]SQLSizeExpr.Unit. 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 SQLSizeExpr.Unit Modifier and Type Method Description voidSQLSizeExpr. setUnit(SQLSizeExpr.Unit unit)Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLSizeExpr.Unit Constructor Description SQLSizeExpr(SQLExpr value, SQLSizeExpr.Unit unit)
-