batch Delete

protected open fun batchDelete(table: String, values: List<List<out Any>>, columns: Array<String>)

Method to execute a batch delete of a list of data simultaneously

Parameters

table

: the table where execute the batch insert

values

: the values to simultaneously delete

columns

: the columns where execute the in comparison to delete the row correctly