| 程序包 | 说明 |
|---|---|
| io.seata.rm.datasource.undo | |
| io.seata.rm.datasource.undo.mysql | |
| io.seata.rm.datasource.undo.oracle |
| 限定符和类型 | 方法和说明 |
|---|---|
static AbstractUndoExecutor |
UndoExecutorFactory.getUndoExecutor(String dbType,
SQLUndoLog sqlUndoLog)
Gets undo executor.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MySQLUndoDeleteExecutor
The type My sql undo delete executor.
|
class |
MySQLUndoInsertExecutor
The type My sql undo insert executor.
|
class |
MySQLUndoUpdateExecutor
The type My sql undo update executor.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
OracleUndoDeleteExecutor
The type oracle undo delete executor.
|
class |
OracleUndoInsertExecutor
The type oralce undo insert executor.
|
class |
OracleUndoUpdateExecutor
The type oracle undo update executor.
|
Copyright © 2019 Seata. All rights reserved.