public class DataCompareUtils extends Object
| 构造器和说明 |
|---|
DataCompareUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Result<Boolean> |
isFieldEquals(Field f0,
Field f1)
Is field equals.
|
static Result<Boolean> |
isRecordsEquals(TableRecords beforeImage,
TableRecords afterImage)
Is image equals.
|
static Result<Boolean> |
isRowsEquals(TableMeta tableMetaData,
List<Row> oldRows,
List<Row> newRows)
Is rows equals.
|
public static Result<Boolean> isFieldEquals(Field f0, Field f1)
f0 - the f0f1 - the f1public static Result<Boolean> isRecordsEquals(TableRecords beforeImage, TableRecords afterImage)
beforeImage - the before imageafterImage - the after imageCopyright © 2019 Seata. All rights reserved.