| Package | Description |
|---|---|
| org.apache.seata.rm.datasource | |
| org.apache.seata.rm.datasource.sql.struct | |
| org.apache.seata.rm.datasource.undo |
| Modifier and Type | Method and Description |
|---|---|
static Result<Boolean> |
DataCompareUtils.isRowsEquals(TableMeta tableMetaData,
List<Row> oldRows,
List<Row> newRows)
Is rows equals result.
|
static Result<Boolean> |
DataCompareUtils.isRowsEquals(TableMeta tableMetaData,
List<Row> oldRows,
List<Row> newRows)
Is rows equals result.
|
static Map<String,Map<String,Field>> |
DataCompareUtils.rowListToMap(List<Row> rowList,
List<String> primaryKeyList)
Row list to map map.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
TableRecords.getRows()
Gets rows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableRecords.add(Row row)
Add.
|
void |
TableRecords.EmptyTableRecords.add(Row row) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableRecords.setRows(List<Row> rows)
Sets rows.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Field> |
AbstractUndoExecutor.getOrderedPkList(TableRecords image,
Row row,
String dbType) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,List<Field>> |
AbstractUndoExecutor.parsePkValues(List<Row> rows,
List<String> pkNameList)
Parse pk values Field List.
|
Copyright © 2024 Apache. All rights reserved.