assembleInsertBatchQuery

private open fun <I> assembleInsertBatchQuery(insertQuery: String, valuesSlice: String, values: Collection<I>): Query

Method to assemble the batch query to insert attachments

Parameters

insertQuery

: the base query used to insert new attachments

valuesSlice

: the query slice to use for the query

values

: the values of the attachments to insert

<I>

type of the items to insert