| 程序包 | 说明 |
|---|---|
| top.lingkang.finalsql.constants | |
| top.lingkang.finalsql.sql |
| 限定符和类型 | 方法和说明 |
|---|---|
static WhereType |
WhereType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static WhereType[] |
WhereType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
WhereType |
SqlCondition.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SqlCondition.setType(WhereType type) |
| 构造器和说明 |
|---|
SqlCondition(String column,
Object param,
WhereType type) |
Copyright © 2023 lingkang. All rights reserved.