daff.HighlightPatch
Apply a tabular diff as a patch.
Type: class
Implements:
Constructor:
new(source : Table, patch : Table, ?flags : CompareFlags)
Parameters:
source
the table to patchpatch
the tabular diff to use as a patch
Methods:
apply () : Bool
Apply the patch.
Returns: true on success
getRowString (c : Int) : String
Get the content in a given column of the patch on the active row.
This is present for generating keys internally, you don't need it.
Parameters:
c
the column to look in
Returns: the content of column
c
on the active row