| 程序包 | 说明 |
|---|---|
| xin.xihc.jba.core | |
| xin.xihc.jba.sql |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
JbaTemplate.update(Update update)
执行sql语句 - Update对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Update |
Update.from(Class<?> clazz)
更新的表
|
static Update |
Update.from(String tableName)
更新的表
|
Update |
Update.set(NativeExp eq)
set的属性
|
<T extends Eq> |
Update.set(T eq)
set的属性
|
Update |
Update.where(Where where)
where表达式
|
Copyright © 2020. All rights reserved.