| 程序包 | 说明 |
|---|---|
| db.sql.api.impl.cmd | |
| db.sql.api.impl.cmd.condition | |
| db.sql.api.impl.cmd.dbFun |
| 限定符和类型 | 方法和说明 |
|---|---|
static NotIn |
Methods.notIn(Cmd column,
Collection<?> values)
not in 多个值
|
static NotIn |
Methods.notIn(Cmd column,
IQuery query)
not in 一个查询
|
static NotIn |
Methods.notIn(Cmd column,
Object... values)
not in 多个值
|
| 限定符和类型 | 方法和说明 |
|---|---|
NotIn |
NotIn.add(Cmd... values) |
NotIn |
NotIn.add(Cmd value) |
NotIn |
NotIn.add(Collection<? extends Cmd> values) |
NotIn |
NotIn.add(Serializable... values) |
| 限定符和类型 | 方法和说明 |
|---|---|
default NotIn |
FunctionInterface.notIn(Collection<? extends Serializable>... values)
条件判断(NOT IN不包含判断)
|
default NotIn |
FunctionInterface.notIn(Serializable... values)
条件判断(NOT IN不包含判断)
|
Copyright © 2025. All rights reserved.