Package | Description |
---|---|
cn.hutool.db.sql |
SQL语句和Statement构建封装
|
Modifier and Type | Method and Description |
---|---|
static Direction |
Direction.fromString(String value)
根据字符串值返回对应Direction值
|
Direction |
Order.getDirection() |
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Order.setDirection(Direction direction)
设置排序方向
|
Constructor and Description |
---|
Order(String field,
Direction direction)
构造
|
Copyright © 2024. All rights reserved.