SQLServerBatchInsertStatement
open class SQLServerBatchInsertStatement(table: Table, ignore: Boolean = false, val shouldReturnGeneratedValues: Boolean = true) : BatchInsertStatement
Represents the SQL statement that batch inserts new rows into a table, specifically for the SQL Server database.
Before adding each new batch, the class validates that the database's maximum number of inserted rows (1000) is not being exceeded.
Properties
Link copied to clipboard
The number of rows affected by the insert operation.
Link copied to clipboard
The ResultRows generated by processing the database result set retrieved after executing the statement.
Link copied to clipboard
Link copied to clipboard
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.