MultiRowValuesInsertStatement
open class MultiRowValuesInsertStatement(table: Table, ignore: Boolean = false, shouldReturnGeneratedValues: Boolean = true) : BatchInsertStatement
Represents the SQL statement that batch inserts new rows into a table by using a single multi-row INSERT ... VALUES (...), (...), ... statement instead of executing one bound statement per row.
Before adding each new batch, the class validates that the database's maximum bind-parameter count is not being exceeded.
Properties
Functions
Link copied to clipboard
Returns the string representation of an SQL statement.
Link copied to clipboard
Link copied to clipboard
Updates the mapping of the specified column with the value of the provided expression.