BaseBatchInsertStatement

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

Parameters

shouldReturnGeneratedValues

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