batch
Insert
protected open fun batchInsert(command: EquinoxItemsHelper.InsertCommand, table: String, values: List<out Any>, batchQuery: EquinoxItemsHelper.BatchQuery, columns: Array<String>)
Method to execute a batch insert of a list of data simultaneously
Parameters
command
: the insertion command to execute
table
: the table where execute the batch insert
values
: the values to simultaneously insert
batchQuery
: the manager of the batch query to execute
columns
: the columns affected by the insertion