Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
diff
/
com.michaelflisar.toolbox.diff.classes
/
TableDiffResult
Table
Diff
Result
data
class
TableDiffResult
(
val
tableName
:
String
,
val
changes
:
List
<
Change
>
)
Members
Constructors
Table
Diff
Result
Link copied to clipboard
constructor
(
tableName
:
String
,
changes
:
List
<
Change
>
)
Properties
changes
Link copied to clipboard
val
changes
:
List
<
Change
>
table
Name
Link copied to clipboard
val
tableName
:
String