BulkInsertOrUpdateStatementBuilder

DSL builder for bulk insert or update statements.

Constructors

Link copied to clipboard
constructor(table: T)

Functions

Link copied to clipboard
fun item(block: AssignmentsBuilder.() -> Unit)

Add the assignments of a new row to the bulk insert.

Link copied to clipboard
fun onConflict(vararg columns: Column<*>, block: InsertOrUpdateOnConflictClauseBuilder.() -> Unit)

Specify the update assignments while any key conflict exists.