JdbcUpsertWriter
and JdbcMultiUpsertWriter
.See: Description
Interface | Description |
---|---|
IUpsert |
The strategy used to upsert records to a database.
|
VariableFieldsUpsert.IUpsertFactory |
Class | Description |
---|---|
GenericUpsert |
An upsert strategy that attempts to either:
|
MergeUpsert |
A batch-able upsert strategy that relies on the SQL Merge statement.
|
MySqlUpsert |
A batch-able upsert strategy where when a row to be inserted would cause a duplicate value in a UNIQUE index or PRIMARY KEY, an UPDATE of the old row occurs.
|
OracleUpsert |
A batch-able upsert strategy that relies on the SQL Merge statement.
|
PostgreSqlUpsert |
A batch-able upsert strategy that relies on the SQL Merge statement.
|
SybaseUpsert |
A batch-able upsert strategy that relies on the SQL Merge statement.
|
VariableFieldsUpsert |
A upsert strategy that wraps another strategy to support a variable set of fields.
|
VariableFieldsUpsert.UpsertStub |
Enum | Description |
---|---|
PostgreSqlUpsert.ConflictAction |
JdbcUpsertWriter
and JdbcMultiUpsertWriter
.Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.