| Package | Description |
|---|---|
| com.alibaba.druid.sql.ast.expr |
| Modifier and Type | Method and Description |
|---|---|
SQLSizeExpr.Unit |
SQLSizeExpr.getUnit() |
static SQLSizeExpr.Unit |
SQLSizeExpr.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLSizeExpr.setUnit(SQLSizeExpr.Unit unit) |
| Constructor and Description |
|---|
SQLSizeExpr(SQLExpr value,
SQLSizeExpr.Unit unit) |
Copyright © 2013–2022 Alibaba Group. All rights reserved.