Modifier and Type | Method and Description |
---|---|
static SetItem |
SetItem.decreaseSet(Column column,
Number value)
设置自减
|
static SetItem |
SetItem.increaseSet(Column column,
Number value)
设置自增长
|
static SetItem |
SetItem.set(Column column,
Object value)
设置具体值
|
Modifier and Type | Method and Description |
---|---|
default SetItem |
IColumnSetItemSupport.decreaseSet(Number value)
设置自减
|
default SetItem |
IColumnSetItemSupport.increaseSet(Number value)
设置自增长
|
default SetItem |
IColumnSetItemSupport.set(Object value)
设置具体值
|
Modifier and Type | Method and Description |
---|---|
InsertSql |
InsertSqlImpl.onDuplicateKeyUpdate(SetItem item) |
UpdateSql |
UpdateSqlImpl.set(SetItem item) |
Modifier and Type | Method and Description |
---|---|
InsertSql |
InsertSqlImpl.onDuplicateKeyUpdate(List<SetItem> items) |
UpdateSql |
UpdateSqlImpl.set(List<SetItem> items) |
Modifier and Type | Method and Description |
---|---|
T |
OnDuplicateKeyUpdateSupport.onDuplicateKeyUpdate(SetItem item)
增加设置内容
|
T |
SetSupport.set(SetItem item)
增加设置内容
|
Modifier and Type | Method and Description |
---|---|
T |
OnDuplicateKeyUpdateSupport.onDuplicateKeyUpdate(List<SetItem> items)
批量增加设置内容
|
T |
SetSupport.set(List<SetItem> items)
批量增加设置内容
|
Modifier and Type | Method and Description |
---|---|
ListField<SetItem> |
BaseSetSupportImpl.getSet()
获取设置内容
|
Modifier and Type | Method and Description |
---|---|
T |
OnDuplicateKeyUpdateSupportImpl.onDuplicateKeyUpdate(SetItem item) |
T |
SetSupportImpl.set(SetItem item) |
Modifier and Type | Method and Description |
---|---|
T |
OnDuplicateKeyUpdateSupportImpl.onDuplicateKeyUpdate(List<SetItem> items) |
T |
SetSupportImpl.set(List<SetItem> items) |
Constructor and Description |
---|
BaseSetSupportImpl(T sql,
ListField<SetItem> set)
构造函数
|
Copyright © 2020 IBIT程序猿. All rights reserved.