syncBatch

protected open fun <V> syncBatch(model: EquinoxItemsHelper.SyncBatchModel, table: String, batchQuery: EquinoxItemsHelper.BatchQuery<V>)

Method used to execute a batch synchronization of a list of data simultaneously

Parameters

model

Contains the data about the synchronization such the columns affected and the current list of the data

table

The table where execute the synchronization of the data

batchQuery

The manager of the batch query to execute


protected open fun <V> syncBatch(    model: EquinoxItemsHelper.SyncBatchModel,     command: EquinoxItemsHelper.InsertCommand,     table: String,     batchQuery: EquinoxItemsHelper.BatchQuery<V>)

Method used to execute a batch synchronization of a list of data simultaneously

Parameters

model

Contains the data about the synchronization such the columns affected and the current list of the data

command

The insertion command to execute

table

The table where execute the synchronization of the data

batchQuery

The manager of the batch query to execute