| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
UndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog)
get the specific Delete UndoExecutor by sqlUndoLog
|
AbstractUndoExecutor |
UndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog)
get the specific Insert UndoExecutor by sqlUndoLog
|
static AbstractUndoExecutor |
UndoExecutorFactory.getUndoExecutor(String dbType,
SQLUndoLog sqlUndoLog)
Gets undo executor.
|
AbstractUndoExecutor |
UndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog)
get the specific Update UndoExecutor by sqlUndoLog
|
| Modifier and Type | Class and Description |
|---|---|
class |
DmUndoDeleteExecutor
The type dm undo delete executor.
|
class |
DmUndoInsertExecutor
The type dm undo insert executor.
|
class |
DmUndoUpdateExecutor
The type dm undo update executor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
DmUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
DmUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
DmUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Modifier and Type | Class and Description |
|---|---|
class |
MariadbUndoDeleteExecutor
The type Mariadb undo delete executor.
|
class |
MariadbUndoInsertExecutor
The type Mariadb undo insert executor.
|
class |
MariadbUndoUpdateExecutor
The type Mariadb undo update executor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
MariadbUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
MariadbUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
MariadbUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
MySQLUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
MySQLUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
MySQLUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleUndoDeleteExecutor
The type oracle undo delete executor.
|
class |
OracleUndoInsertExecutor
The type oralce undo insert executor.
|
class |
OracleUndoUpdateExecutor
The type oracle undo update executor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
OracleUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
OracleUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
OracleUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Modifier and Type | Class and Description |
|---|---|
class |
PolarDBXUndoDeleteExecutor
Undo delete executor for PolarDB-X
|
class |
PolarDBXUndoInsertExecutor
Undo insert executor for PolarDB-X
|
class |
PolarDBXUndoUpdateExecutor
Undo update executor for PolarDB-X
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
PolarDBXUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
PolarDBXUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
PolarDBXUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresqlUndoDeleteExecutor
The type postgresql undo delete executor.
|
class |
PostgresqlUndoInsertExecutor
The type postgresql undo insert executor.
|
class |
PostgresqlUndoUpdateExecutor |
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
PostgresqlUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
PostgresqlUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
PostgresqlUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSqlServerUndoExecutor |
class |
SqlServerUndoDeleteExecutor |
class |
SqlServerUndoInsertExecutor |
class |
SqlServerUndoUpdateExecutor |
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
SqlServerUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
SqlServerUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
SqlServerUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
Copyright © 2024 Apache. All rights reserved.