assembleInsertBatchQuery
private open fun <I> assembleInsertBatchQuery(insertQuery: String, valuesSlice: String, values: Collection<I>): Query
Method to assemble the batch query to insert items
Parameters
insertQuery
: the base query used to insert new items
valuesSlice
: the query slice to use for the query
values
: the values of the items to insert
<I>
type of the items to insert