executeInsertBatch

protected open fun <I> executeInsertBatch(insertQuery: String, valuesSlice: String, values: Collection<I>, batchQuery: RefyItemsHelper.BatchQuery)

Method to execute a batch query to insert attachments

Parameters

insertQuery

: the query used to insert new attachments

valuesSlice

: the query slice to use for the query

values

: the values of the attachments to insert

batchQuery

: the batch query to use to insert in batch the new attachments

<I>

type of the items to insert