| 程序包 | 说明 |
|---|---|
| db.sql.api.impl.cmd | |
| db.sql.api.impl.cmd.dbFun |
| 限定符和类型 | 方法和说明 |
|---|---|
static NotLike |
Methods.notLike(Cmd column,
Object value)
notLike 判断
|
static NotLike |
Methods.notLike(LikeMode mode,
Cmd column,
Object value)
not like 判断
|
| 限定符和类型 | 方法和说明 |
|---|---|
default NotLike |
FunctionInterface.notLike(Cmd value)
条件判断(NOT LIKE模糊匹配)
|
default NotLike |
FunctionInterface.notLike(LikeMode mode,
Cmd value)
条件判断(NOT LIKE模糊匹配)
|
default NotLike |
FunctionInterface.notLike(LikeMode mode,
String value)
条件判断(NOT LIKE模糊匹配)
|
default NotLike |
FunctionInterface.notLike(String value)
条件判断(NOT LIKE模糊匹配)
|
Copyright © 2025. All rights reserved.