Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
diff
/
com.michaelflisar.toolbox.diff.classes
/
DiffResult
Diff
Result
data
class
DiffResult
(
val
tableResults
:
List
<
TableDiffResult
>
=
emptyList()
)
Members
Constructors
Diff
Result
Link copied to clipboard
constructor
(
tableResults
:
List
<
TableDiffResult
>
=
emptyList()
)
Properties
changes
Link copied to clipboard
val
changes
:
List
<
Change
>
table
Results
Link copied to clipboard
val
tableResults
:
List
<
TableDiffResult
>
Functions
get
Changes
For
Table
Link copied to clipboard
fun
getChangesForTable
(
tableName
:
String
)
:
List
<
Change
>