Editor Sync Root
Use this in editors
Parameters
of one of the unit or edited
in project
is the target to get
if true the edited will be marked for deletion
to map the model schema to a different schema in the database
Properties
Functions
Get the count of dropped items if this action is applied.
Apply the selected actions in to the database. This requires to do first syncPair.setAction(SyncSide.toRight)
Generate the commit script
Get a list of differences for this node. A node can be a pair of tables, or columns, and differences can be rename, exists diff, data type diff, mandatory diff, etc.
Merge differences into the local model
Set an action for this and all sub-nodes. This is similar with the Synchronization dialog, like clicking an action for each element. SyncAction.toLeft would mean to modify the model, toRight to modify the database.
Generate the script for a Synchronization operation.