public class Update extends Parameter
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
TYPE_BASE |
static int |
TYPE_INCREMENT |
static int |
TYPE_RECIPROCITY |
| 构造器和说明 |
|---|
Update(com.mugui.bean.JsonBean bean,
int type) |
Update(com.mugui.bean.JsonBean bean,
int type,
Where where) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Update |
increment(com.mugui.bean.JsonBean bean)
创建增量更新语句
|
static Update |
increment(com.mugui.bean.JsonBean bean,
Where where)
创建增量更新语句
|
static Update |
q(com.mugui.bean.JsonBean bean)
创建基本的更新语句
|
static Update |
q(com.mugui.bean.JsonBean bean,
Where where)
创建基本的更新语句
|
static Update |
Reciprocity(com.mugui.bean.JsonBean bean)
创建全量对等更新语句
|
static Update |
Reciprocity(com.mugui.bean.JsonBean bean,
Where where)
创建全量对等更新语句
|
addParameter, getParameter, getParameterArray, toStringpublic static final int TYPE_BASE
public static final int TYPE_INCREMENT
public static final int TYPE_RECIPROCITY
public Update(com.mugui.bean.JsonBean bean,
int type)
public Update(com.mugui.bean.JsonBean bean,
int type,
Where where)
public static Update q(com.mugui.bean.JsonBean bean)
bean - public static Update increment(com.mugui.bean.JsonBean bean)
bean - public static Update Reciprocity(com.mugui.bean.JsonBean bean)
bean - public static Update Reciprocity(com.mugui.bean.JsonBean bean, Where where)
bean - where - 自定义更新条件public static Update q(com.mugui.bean.JsonBean bean, Where where)
bean - where - 自定义更新条件Copyright © 2023. All rights reserved.