BulkInsertStatementBuilder

open class BulkInsertStatementBuilder<T : BaseTable<*>>(table: T)(source)

DSL builder for bulk insert statements.

Inheritors

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.