executeDeleteBatch

protected open fun <I> executeDeleteBatch(deleteQuery: String, itemToDeleteId: String, values: List<I>)

Method to execute a batch query to delete items

Parameters

deleteQuery

: the query used to delete an items

itemToDeleteId

: the identifier of the item to delete

values

: the values of the items to delete

<I>

type of the items to delete