Class | RR::ScanReportPrinters::ScanDetailReporter |
In: |
lib/rubyrep/scan_report_printers/scan_detail_reporter.rb
|
Parent: | ScanSummaryReporter |
A ScanReportPrinter producing a summary (number of differences) only.
primary_key_names | [RW] | Array of names of the primary key columns of the table currently being scanned. |
report_mode | [RW] |
Mode of reporting. Should be either
|
session | [RW] | The current Session object |
tmpfile | [RW] | The temporary File receiving the differences |
Returns a cleaned row as per current report_mode. row is either a column_name => value hash or an array of 2 such rows.
Each difference is handed to the printer as described in the format as described e. g. in DirectTableScan#run