BaseRunner
This class implements the functionality of the rrsync.rb command.
Creates the correct scan class. Parameters as defined under BaseRunner#create_processor
# File lib/rubyrep/sync_runner.rb, line 19 def create_processor(left_table, right_table) TableSync.new session, left_table, right_table end
Reorders the table pairs to avoid foreign key conflicts. More information on this methods at BaseRunner#prepare_table_pairs.
# File lib/rubyrep/sync_runner.rb, line 25 def prepare_table_pairs(table_pairs) session.sort_table_pairs(table_pairs) end
Generated with the Darkfish Rdoc Generator 2.