SQLServerBatchInsertStatement
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
The number of rows affected by the insert operation.
The ResultRows generated by processing the database result set retrieved after executing the statement.
The mapping of columns scheduled for change with their new values.
Functions
Returns the list of columns with default values that can not be taken locally. It is the columns defined with defaultExpression()
, databaseGenerated()
Returns the string representation of an SQL statement.
Updates the mapping of the specified column with the value of the provided expression.