Package | Description |
---|---|
com.alibaba.druid.sql.ast | |
com.alibaba.druid.sql.ast.statement | |
com.alibaba.druid.sql.dialect.mysql.ast.expr |
Modifier and Type | Method and Description |
---|---|
static SQLOrderingSpecification |
SQLOrderingSpecification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLOrderingSpecification[] |
SQLOrderingSpecification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLOrderBy.addItem(SQLExpr expr,
SQLOrderingSpecification type) |
Modifier and Type | Method and Description |
---|---|
SQLOrderingSpecification |
SQLSelectOrderByItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SQLSelectOrderByItem.setType(SQLOrderingSpecification type) |
Modifier and Type | Method and Description |
---|---|
SQLOrderingSpecification |
MySqlOrderingExpr.getType() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlOrderingExpr.setType(SQLOrderingSpecification type) |
Constructor and Description |
---|
MySqlOrderingExpr(SQLExpr expr,
SQLOrderingSpecification type) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.