| 程序包 | 说明 |
|---|---|
| db.sql.api.cmd.basic |
| 限定符和类型 | 方法和说明 |
|---|---|
IConflictUpdate<T> |
IConflictUpdate.ignore(Getter<T>... fields)
忽略字段
|
IConflictUpdate<T> |
IConflictUpdate.overwrite(Getter<T>... fields)
覆盖字段
|
IConflictUpdate<T> |
IConflictUpdate.overwriteAll()
覆盖所有修改字段
除主键外
|
IConflictUpdate<T> |
IConflictUpdate.set(Getter<T> field,
Object value)
设置值
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IConflictAction.doUpdate(Consumer<IConflictUpdate<T>> consumer) |
Copyright © 2025. All rights reserved.