Package | Description |
---|---|
com.alibaba.druid.sql.dialect.oracle.ast.expr |
Modifier and Type | Method and Description |
---|---|
OracleSizeExpr.Unit |
OracleSizeExpr.getUnit() |
static OracleSizeExpr.Unit |
OracleSizeExpr.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleSizeExpr.Unit[] |
OracleSizeExpr.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 |
OracleSizeExpr.setUnit(OracleSizeExpr.Unit unit) |
Constructor and Description |
---|
OracleSizeExpr(SQLExpr value,
OracleSizeExpr.Unit unit) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.