public interface TxcSqlExecutor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
applyUndoLog(List<StatementInfo> statementInfoList)
回滚undo_log
|
List<ModifiedRecord> |
deleteSqlPreviousData(Connection connection,
DeleteImageParams deleteImageParams)
delete sql受影响数据 |
List<ModifiedRecord> |
selectSqlPreviousPrimaryKeys(Connection connection,
SelectImageParams selectImageParams)
select 语句受影响数据查询 |
List<ModifiedRecord> |
updateSqlPreviousData(Connection connection,
UpdateImageParams updateImageParams)
update sql 执行前受影响数据
|
List<ModifiedRecord> updateSqlPreviousData(Connection connection, UpdateImageParams updateImageParams) throws SQLException
connection - ConnectionupdateImageParams - updateImageParamsSQLException - SQLExceptionList<ModifiedRecord> deleteSqlPreviousData(Connection connection, DeleteImageParams deleteImageParams) throws SQLException
delete sql受影响数据connection - ConnectiondeleteImageParams - deleteImageParamsSQLException - SQLExceptionList<ModifiedRecord> selectSqlPreviousPrimaryKeys(Connection connection, SelectImageParams selectImageParams) throws SQLException
select 语句受影响数据查询connection - ConnectionselectImageParams - selectImageParamsSQLException - SQLExceptionvoid applyUndoLog(List<StatementInfo> statementInfoList) throws SQLException
statementInfoList - undo sql statementsSQLException - execute errorCopyright © 2019. All rights reserved.