public class InsertOnDuplicateKeyUpdateSetValuesDeclaration
extends java.lang.Object
| Constructor and Description |
|---|
InsertOnDuplicateKeyUpdateSetValuesDeclaration(InsertContext context) |
| Modifier and Type | Method and Description |
|---|---|
<PROPERTY> Operand.Prop |
excluded(PropertyMetamodel<PROPERTY> excludedPropertyMeta)
References the records that excluded from insertion into a table.
|
<PROPERTY> void |
value(PropertyMetamodel<PROPERTY> left,
Operand.Prop right)
Adds a value to the upsert set clause.
|
<PROPERTY> void |
value(PropertyMetamodel<PROPERTY> left,
PROPERTY right)
Adds a value to the upsert set clause.
|
public InsertOnDuplicateKeyUpdateSetValuesDeclaration(InsertContext context)
public <PROPERTY> void value(PropertyMetamodel<PROPERTY> left, PROPERTY right)
PROPERTY - The type of property.left - The left property metamodel.right - The right value.public <PROPERTY> void value(PropertyMetamodel<PROPERTY> left, Operand.Prop right)
PROPERTY - The type of property.left - The left property metamodel.right - The right operand.public <PROPERTY> Operand.Prop excluded(PropertyMetamodel<PROPERTY> excludedPropertyMeta)
PROPERTY - The type of property.excludedPropertyMeta - Specifies columns excluded from the insert record.specify what is
in PropertyMetamodel set in `values`.