BatchInsertStatementBuilder

DSL builder for batch insert statements.

Constructors

Link copied to clipboard
constructor(table: T)

Functions

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

Add an insert statement to the current batch operation.