| Modifier and Type | Method and Description |
|---|---|
List<SQLUndoLog> |
ConnectionContext.getUndoItems()
Gets undo items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionProxy.appendUndoLog(SQLUndoLog sqlUndoLog)
append sqlUndoLog
|
| Modifier and Type | Method and Description |
|---|---|
protected SQLUndoLog |
BaseTransactionalExecutor.buildUndoItem(TableRecords beforeImage,
TableRecords afterImage)
build a SQLUndoLog
|
| Modifier and Type | Method and Description |
|---|---|
protected SQLUndoLog |
MySQLInsertOnDuplicateUpdateExecutor.buildUndoItem(SQLType sqlType,
TableRecords beforeImage,
TableRecords afterImage)
build a SQLUndoLog
|
protected SQLUndoLog |
MySQLUpdateJoinExecutor.buildUndoItem(TableRecords beforeImage,
TableRecords afterImage)
build a SQLUndoLog
|
| Modifier and Type | Field and Description |
|---|---|
protected SQLUndoLog |
AbstractUndoExecutor.sqlUndoLog
The Sql undo log.
|
| Modifier and Type | Method and Description |
|---|---|
SQLUndoLog |
AbstractUndoExecutor.getSqlUndoLog()
Gets sql undo log.
|
| Modifier and Type | Method and Description |
|---|---|
List<SQLUndoLog> |
BranchUndoLog.getSqlUndoLogs()
Gets sql undo logs.
|
| 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 | Method and Description |
|---|---|
void |
BranchUndoLog.setSqlUndoLogs(List<SQLUndoLog> sqlUndoLogs)
Sets sql undo logs.
|
| Constructor and Description |
|---|
AbstractUndoExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new Abstract undo executor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
DmUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
DmUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
DmUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Constructor and Description |
|---|
DmUndoDeleteExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new dm undo delete executor.
|
DmUndoInsertExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new My sql undo insert executor.
|
DmUndoUpdateExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new My sql undo update executor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
MariadbUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
MariadbUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
MariadbUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Constructor and Description |
|---|
MariadbUndoDeleteExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new Maria db undo delete executor.
|
MariadbUndoInsertExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new My sql undo insert executor.
|
MariadbUndoUpdateExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new Maria db undo update executor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
MySQLUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
MySQLUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
MySQLUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Constructor and Description |
|---|
MySQLUndoDeleteExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new My sql undo delete executor.
|
MySQLUndoInsertExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new My sql undo insert executor.
|
MySQLUndoUpdateExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new My sql undo update executor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
OracleUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
OracleUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
OracleUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Constructor and Description |
|---|
OracleUndoDeleteExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new oracle undo delete executor.
|
OracleUndoInsertExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new My sql undo insert executor.
|
OracleUndoUpdateExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new My sql undo update executor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
PolarDBXUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
PolarDBXUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
PolarDBXUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Constructor and Description |
|---|
PolarDBXUndoDeleteExecutor(SQLUndoLog sqlUndoLog) |
PolarDBXUndoInsertExecutor(SQLUndoLog sqlUndoLog) |
PolarDBXUndoUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
PostgresqlUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
PostgresqlUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
PostgresqlUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Constructor and Description |
|---|
PostgresqlUndoDeleteExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new postgresql undo delete executor.
|
PostgresqlUndoInsertExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new postgresql undo insert executor.
|
PostgresqlUndoUpdateExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new postgresql undo update executor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUndoExecutor |
SqlServerUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
SqlServerUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
SqlServerUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| Constructor and Description |
|---|
BaseSqlServerUndoExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new Abstract undo executor.
|
SqlServerUndoDeleteExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new sql server delete undo executor.
|
SqlServerUndoInsertExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new sqlserver undo insert executor.
|
SqlServerUndoUpdateExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new SqlServer update undo executor.
|
Copyright © 2024 Apache. All rights reserved.