接口 UpdateCondition<R>
- 所有超级接口:
And<UpdateCondition<R>>,ApplySql<UpdateCondition<R>>,Between<UpdateCondition<R>>,Condition<UpdateCondition<R>>,Eq<UpdateCondition<R>>,Exists<UpdateCondition<R>>,ExpressionSql<UpdateCondition<R>>,Ge<UpdateCondition<R>>,Gt<UpdateCondition<R>>,In<UpdateCondition<R>>,IsNotNull<UpdateCondition<R>>,IsNull<UpdateCondition<R>>,Le<UpdateCondition<R>>,Like<UpdateCondition<R>>,LikeLeft<UpdateCondition<R>>,LikeRight<UpdateCondition<R>>,Lt<UpdateCondition<R>>,Ne<UpdateCondition<R>>,Nested<UpdateCondition<R>>,NotBetween<UpdateCondition<R>>,NotExists<UpdateCondition<R>>,NotIn<UpdateCondition<R>>,NotLike<UpdateCondition<R>>,Or<UpdateCondition<R>>,ResolveFieldName,Supplier<R>
更新操作
- 从以下版本开始:
- 0.0.3
- 作者:
- zeng
-
方法概要
修饰符和类型方法说明default UpdateCondition<R>设置值设置值default UpdateCondition<R>设置值default UpdateCondition<R>设置值设置SQLdefault UpdateCondition<R>设置SQL从接口继承的方法 org.elsfs.tool.sql.conditions.interfaces.Between
between, between, between, between, between, between从接口继承的方法 org.elsfs.tool.sql.conditions.interfaces.Eq
eq, eq, eq, eq, eq, eq, eqSql, eqSql, eqSql, eqSql, eqSql, eqSql从接口继承的方法 org.elsfs.tool.sql.conditions.interfaces.ExpressionSql
expression, expression从接口继承的方法 org.elsfs.tool.sql.conditions.interfaces.Ge
ge, ge, ge, ge, ge, ge, geSql, geSql, geSql, geSql, geSql, geSql从接口继承的方法 org.elsfs.tool.sql.conditions.interfaces.Gt
gt, gt, gt, gt, gt, gt, gtSql, gtSql, gtSql, gtSql, gtSql, gtSql从接口继承的方法 org.elsfs.tool.sql.conditions.interfaces.In
in, in, in, in, in, in, inSql, inSql, inSql, inSql, inSql, inSql从接口继承的方法 org.elsfs.tool.sql.conditions.interfaces.IsNotNull
isNotNull, isNotNull, isNotNull, isNotNull, isNotNull, isNotNull从接口继承的方法 org.elsfs.tool.sql.conditions.interfaces.IsNull
isNull, isNull, isNull, isNull, isNull, isNull从接口继承的方法 org.elsfs.tool.sql.conditions.interfaces.Le
le, le, le, le, le, le, leSql, leSql, leSql, leSql, leSql, leSql从接口继承的方法 org.elsfs.tool.sql.conditions.interfaces.Lt
lt, lt, lt, lt, lt, lt, ltSql, ltSql, ltSql, ltSql, ltSql, ltSql从接口继承的方法 org.elsfs.tool.sql.conditions.interfaces.NotBetween
notBetween, notBetween, notBetween, notBetween, notBetween, notBetween从接口继承的方法 org.elsfs.tool.sql.conditions.interfaces.NotIn
notIn, notIn, notIn, notIn, notIn, notIn, notInSql, notInSql, notInSql, notInSql, notInSql, notInSql从接口继承的方法 org.elsfs.tool.sql.resolve.ResolveFieldName
resolveFieldName, resolveFieldName
-
方法详细资料
-
set
设置值- 参数:
field- 表字段名value- 值- 返回:
- 具体实现
-
set
设置值- 参数:
field- 表字段枚举value- 值- 返回:
- 具体实现
-
set
设置值- 参数:
condition- 是否应用设置field- 表字段名value- 值- 返回:
- 具体实现
-
set
设置值- 参数:
condition- 是否应用设置field- 表字段枚举value- 值- 返回:
- 具体实现
-
setSql
设置SQL- 参数:
sqlValue- SQL片段:name=xxx- 返回:
- 具体实现
-
setSql
设置SQL- 参数:
condition- 是否应用设置SQLsqlValue- SQL片段:name=xxx- 返回:
- 具体实现
-