executeInsertBatch
protected open fun <I> executeInsertBatch(insertQuery: String, valuesSlice: String, values: Collection<I>, batchQuery: EquinoxItemsHelper.BatchQuery)
Method to execute a batch query to insert items
Parameters
insertQuery
: the query used to insert new items
valuesSlice
: the query slice to use for the query
values
: the values of the items to insert
batchQuery
: the batch query to use to insert in batch the new items
<I>
type of the items to insert