SyncDiff

interface SyncDiff

A SyncNode is a pair of elements (two tables, two columns, etc.). Each pair can have some differences associated.

Inheritors

Properties

Link copied to clipboard
abstract val action: SyncAction
Link copied to clipboard
abstract val nodeDiff: AbstractDiff<*, *>?

Functions

Link copied to clipboard
abstract fun getUnit(side: SyncSide): AbstractUnit?
Link copied to clipboard
abstract fun matches(filter: SyncDiffFilter): Boolean
Link copied to clipboard
abstract fun setAction(action: SyncAction, recursive: Boolean)