Package | Description |
---|---|
cn.hutool.db.sql |
SQL语句和Statement构建封装
|
Modifier and Type | Method and Description |
---|---|
LogicalOperator |
Condition.getLinkOperator()
获取与前一个Condition连接的逻辑运算符,可以是and或or
|
static LogicalOperator |
LogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalOperator[] |
LogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Condition.setLinkOperator(LogicalOperator linkOperator)
设置与前一个Condition连接的逻辑运算符,可以是and或or
|
Copyright © 2024. All rights reserved.