public abstract class BaseSqlServerUndoExecutor extends AbstractUndoExecutor
IS_UNDO_DATA_VALIDATION_ENABLE, sqlUndoLog| Constructor and Description |
|---|
BaseSqlServerUndoExecutor(SQLUndoLog sqlUndoLog)
Instantiates a new Abstract undo executor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildCheckSql(String tableName,
String whereCondition)
build sql for query current records.
|
buildUndoSQL, dataValidationAndGoOn, executeOn, getOrderedPkList, getSqlUndoLog, getUndoRows, parsePkValues, parsePkValues, queryCurrentRecords, undoPreparepublic BaseSqlServerUndoExecutor(SQLUndoLog sqlUndoLog)
sqlUndoLog - the sql undo logprotected String buildCheckSql(String tableName, String whereCondition)
AbstractUndoExecutorbuildCheckSql in class AbstractUndoExecutortableName - the tableName to querywhereCondition - the where conditionCopyright © 2024 Apache. All rights reserved.