commitIntoDatabase

fun commitIntoDatabase(connector: Connector?, into: SyncSide, onlyAction: SyncAction?)

Apply the selected actions in to the database. This requires to do first syncPair.setAction(SyncSide.toRight)

Parameters

connector

the database connection

into

the direction to commit to

onlyAction

the actions to filter

Throws

Exception

Most of the time is an SQLException


fun commitIntoDatabase(envoy: ERROR CLASS: Symbol not found for Envoy, into: SyncSide, onlyAction: SyncAction?)