public class NativeSqlUpsertOnDuplicateKeyIgnoreSelectingKeys extends AbstractStatement<NativeSqlUpsertTerminal,java.lang.Integer>
EXECUTE_METHOD, EXECUTE_METHOD_NAME| Constructor and Description |
|---|
NativeSqlUpsertOnDuplicateKeyIgnoreSelectingKeys(Config config,
InsertDeclaration declaration) |
| Modifier and Type | Method and Description |
|---|---|
protected Command<java.lang.Integer> |
createCommand() |
NativeSqlUpsertTerminal |
keys(PropertyMetamodel<?>... keys)
Specify the keys used for duplicate checking UPSERT statement.
|
asSql, createCommenter, execute, peekpublic NativeSqlUpsertOnDuplicateKeyIgnoreSelectingKeys(Config config, InsertDeclaration declaration)
public NativeSqlUpsertTerminal keys(PropertyMetamodel<?>... keys)
Id property are used for duplicate checking.keys - keys the keys used for duplicate checkingprotected Command<java.lang.Integer> createCommand()
createCommand in class AbstractStatement<NativeSqlUpsertTerminal,java.lang.Integer>