接口 NotIn<Children>
- 所有已知子接口:
ConditionOperations<Children>,DeletionAction<R>,QueryAction<R>,QueryOperations<C>,UpdateAction<R>,UpdateOperations<C>
NotIn- 从以下版本开始:
- 0.0.4
- 作者:
- zeng
-
方法概要
修饰符和类型方法说明范围不匹配notIn(boolean condition, Enum<?> field, Collection<?> values) 范围不匹配范围不匹配notIn(boolean condition, String tableAlias, Enum<?> field, Collection<?> values) 范围不匹配范围不匹配notIn(boolean condition, String field, Collection<?> values) 范围不匹配范围不匹配notIn(Enum<?> field, Collection<?> values) 范围不匹配范围不匹配notIn(String tableAlias, Enum<?> field, Collection<?> values) 范围不匹配范围不匹配notIn(String field, Collection<?> values) 范围不匹配字段 NOT IN ( sql语句 )字段 NOT IN ( sql语句 )字段 NOT IN ( sql语句 )字段 NOT IN ( sql语句 )字段 NOT IN ( sql语句 )字段 NOT IN ( sql语句 )
-
方法详细资料
-
notIn
范围不匹配- 参数:
field- 字段名values- 值集合- 返回:
- 具体实现
-
notIn
范围不匹配- 参数:
field- 字段枚举values- 值集合- 返回:
- 具体实现
-
notIn
范围不匹配- 参数:
tableAlias- 字段表别名field- 字段枚举values- 值集合- 返回:
- 具体实现
-
notIn
范围不匹配- 参数:
field- 字段名values- 值数组- 返回:
- 具体实现
-
notIn
范围不匹配- 参数:
field- 字段枚举values- 值数组- 返回:
- 具体实现
-
notIn
范围不匹配- 参数:
tableAlias- 字段表别名field- 字段枚举values- 值数组- 返回:
- 具体实现
-
notIn
范围不匹配- 参数:
condition- 是否应用条件field- 字段名values- 值集合- 返回:
- 具体实现
-
notIn
范围不匹配- 参数:
condition- 是否应用条件field- 字段枚举values- 值集合- 返回:
- 具体实现
-
notIn
范围不匹配- 参数:
condition- 是否应用条件tableAlias- 字段表别名field- 字段枚举values- 值集合- 返回:
- 具体实现
-
notIn
范围不匹配- 参数:
condition- 是否应用条件field- 字段名values- 值数组- 返回:
- 具体实现
-
notIn
范围不匹配- 参数:
condition- 是否应用条件field- 字段枚举values- 值数组- 返回:
- 具体实现
-
notIn
范围不匹配- 参数:
condition- 是否应用条件tableAlias- 字段表别名field- 字段枚举values- 值数组- 返回:
- 具体实现
-
notInSql
字段 NOT IN ( sql语句 )!! sql 注入方式的 not in 方法 !!
例1: notInSql("id", "1, 2, 3, 4, 5, 6")
例2: notInSql("id", "select id from table where id < 3")
- 参数:
field- 字段sqlValue- sql语句 ---> 1,2,3,4,5,6 或者 select id from table where id < 3- 返回:
- children
-
notInSql
字段 NOT IN ( sql语句 )!! sql 注入方式的 not in 方法 !!
例1: notInSql("id", "1, 2, 3, 4, 5, 6")
例2: notInSql("id", "select id from table where id < 3")
- 参数:
field- 字段枚举sqlValue- sql语句 ---> 1,2,3,4,5,6 或者 select id from table where id < 3- 返回:
- children
-
notInSql
字段 NOT IN ( sql语句 )!! sql 注入方式的 not in 方法 !!
例1: notInSql("id", "1, 2, 3, 4, 5, 6")
例2: notInSql("id", "select id from table where id < 3")
- 参数:
tableAlias- 字段表别名field- 字段枚举sqlValue- sql语句 ---> 1,2,3,4,5,6 或者 select id from table where id < 3- 返回:
- children
-
notInSql
字段 NOT IN ( sql语句 )!! sql 注入方式的 not in 方法 !!
例1: notInSql("id", "1, 2, 3, 4, 5, 6")
例2: notInSql("id", "select id from table where id < 3")
- 参数:
condition- 执行条件field- 字段sqlValue- sql语句 ---> 1,2,3,4,5,6 或者 select id from table where id < 3- 返回:
- children
-
notInSql
字段 NOT IN ( sql语句 )!! sql 注入方式的 not in 方法 !!
例1: notInSql("id", "1, 2, 3, 4, 5, 6")
例2: notInSql("id", "select id from table where id < 3")
- 参数:
condition- 执行条件field- 字段枚举sqlValue- sql语句 ---> 1,2,3,4,5,6 或者 select id from table where id < 3- 返回:
- children
-
notInSql
字段 NOT IN ( sql语句 )!! sql 注入方式的 not in 方法 !!
例1: notInSql("id", "1, 2, 3, 4, 5, 6")
例2: notInSql("id", "select id from table where id < 3")
- 参数:
condition- 执行条件tableAlias- 字段表别名field- 字段枚举sqlValue- sql语句 ---> 1,2,3,4,5,6 或者 select id from table where id < 3- 返回:
- children
-