BatchReplaceStatement

constructor(table: Table, shouldReturnGeneratedValues: Boolean = true)

Parameters

table

Table to either insert values into or delete values from then insert into.

shouldReturnGeneratedValues

Specifies whether newly generated values (for example, auto-incremented IDs) should be returned. See Batch Insert for more details.