Interface UpsertBuilder
public interface UpsertBuilder
Fluent builder for
Upsert statements.
Usage:
StatementBuilder.upsert(table).insert(col.set(marker), …).onConflict(idCol).update();
- Since:
- 4.1
- Author:
- Christoph Strobl
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceTerminal step that produces theUpsertstatement.static interfaceStep for specifying what to do when a conflict is detected.static interfaceThe actual conflict resolution strategy.static interfaceStep for specifying what to do when a conflict is detected.static interfaceStep for specifying the columns and values to insert.static interfaceStep for specifying the conflict target columns.