Class | RR::TableSync |
In: |
lib/rubyrep/table_sync.rb
|
Parent: | TableScan |
Synchronizes the data of two tables.
helper | [RW] | Instance of SyncHelper |
Calls the event filter for the give table difference.
Refer to DirectTableScan#run for full description of type and row. Returns true if syncing of the difference should not proceed.
Executes the table sync. If a block is given, yields each difference with the following 2 parameters
Purpose: enable display of progress information. See DirectTableScan#run for full description of yielded parameters.