| 限定符和类型 | 方法和说明 |
|---|---|
static Result<Boolean> |
DataCompareUtils.isRowsEquals(TableMeta tableMetaData,
List<Row> oldRows,
List<Row> newRows)
Is rows equals result.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected TableMeta |
BaseTransactionalExecutor.getTableMeta()
Gets table meta.
|
protected TableMeta |
BaseTransactionalExecutor.getTableMeta(String tableName)
Gets table meta.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected TableRecords |
BaseTransactionalExecutor.buildTableRecords(TableMeta tableMeta,
String selectSQL,
ArrayList<List<Object>> paramAppenderList)
build a BeforeImage
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
MySQLInsertOrUpdateExecutor.buildImageSQL(TableMeta tableMeta)
build image sql
|
TableRecords |
MySQLInsertOrUpdateExecutor.buildTableRecords2(TableMeta tableMeta,
String selectSQL,
ArrayList<List<Object>> paramAppenderList)
build TableRecords
|
| 限定符和类型 | 方法和说明 |
|---|---|
TableMeta |
TableRecords.getTableMeta()
Gets table meta.
|
TableMeta |
TableRecords.EmptyTableRecords.getTableMeta() |
TableMeta |
TableMetaCache.getTableMeta(Connection connection,
String tableName,
String resourceId)
Gets table meta.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TableRecords |
TableRecords.buildRecords(TableMeta tmeta,
ResultSet resultSet)
Build records table records.
|
static TableRecords |
TableRecords.empty(TableMeta tableMeta)
Empty table records.
|
void |
TableRecords.setTableMeta(TableMeta tableMeta)
Sets table meta.
|
| 构造器和说明 |
|---|
EmptyTableRecords(TableMeta tableMeta) |
TableRecords(TableMeta tableMeta)
Instantiates a new Table records.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected TableMeta |
PostgresqlTableMetaCache.fetchSchema(Connection connection,
String tableName) |
protected TableMeta |
OracleTableMetaCache.fetchSchema(Connection connection,
String tableName) |
protected TableMeta |
MysqlTableMetaCache.fetchSchema(Connection connection,
String tableName) |
protected abstract TableMeta |
AbstractTableMetaCache.fetchSchema(Connection connection,
String tableName)
get scheme from datasource and tableName
|
TableMeta |
AbstractTableMetaCache.getTableMeta(Connection connection,
String tableName,
String resourceId) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SQLUndoLog.setTableMeta(TableMeta tableMeta)
Sets table meta.
|
Copyright © 2022 Seata. All rights reserved.