| Package | Description |
|---|---|
| org.apache.seata.rm.datasource | |
| org.apache.seata.rm.datasource.exec.mysql | |
| org.apache.seata.rm.datasource.undo |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionProxy |
ConnectionProxy.LockRetryPolicy.connection |
| Modifier and Type | Method and Description |
|---|---|
ConnectionProxy |
DataSourceProxy.getConnection() |
ConnectionProxy |
DataSourceProxy.getConnection(String username,
String password) |
ConnectionProxy |
StatementProxy.getConnectionProxy() |
| Constructor and Description |
|---|
AbstractStatementProxy(ConnectionProxy connectionProxy,
T targetStatement)
Instantiates a new Abstract statement proxy.
|
LockRetryPolicy(ConnectionProxy connection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MySQLInsertOnDuplicateUpdateExecutor.buildUndoItemAll(ConnectionProxy connectionProxy,
TableRecords beforeImage,
TableRecords afterImage)
build a SQLUndoLog
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractUndoExecutor.dataValidationAndGoOn(ConnectionProxy conn)
Data validation.
|
void |
AbstractUndoExecutor.executeOn(ConnectionProxy connectionProxy)
Execute on.
|
void |
AbstractUndoLogManager.flushUndoLogs(ConnectionProxy cp)
Flush undo logs.
|
void |
UndoLogManager.flushUndoLogs(ConnectionProxy cp)
Flush undo logs.
|
protected TableRecords |
AbstractUndoExecutor.queryCurrentRecords(ConnectionProxy connectionProxy)
Query current records.
|
Copyright © 2024 Apache. All rights reserved.