Package | Description |
---|---|
com.alibaba.druid.sql.ast.expr | |
com.alibaba.druid.sql.dialect.mysql.ast.expr |
Modifier and Type | Method and Description |
---|---|
SQLIntervalUnit |
SQLIntervalExpr.getUnit() |
static SQLIntervalUnit |
SQLIntervalUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLIntervalUnit[] |
SQLIntervalUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLIntervalExpr.setUnit(SQLIntervalUnit unit) |
Constructor and Description |
---|
SQLIntervalExpr(SQLExpr value,
SQLIntervalUnit unit) |
Modifier and Type | Method and Description |
---|---|
SQLIntervalUnit |
MySqlExtractExpr.getUnit() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlExtractExpr.setUnit(SQLIntervalUnit unit) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.