UpsertStatement

constructor(table: Table, conflictColumn: Column<*>? = null, conflictIndex: Index? = null)

Parameters

table

the target table

conflictColumn

the unique column for conflict detection (mutually exclusive with conflictIndex)

conflictIndex

the unique index for conflict detection (mutually exclusive with conflictColumn)

Type Parameters

Key

the auto-generated key type