| Package | Description |
|---|---|
| io.seata.rm.datasource | |
| io.seata.rm.datasource.exec.mysql | |
| io.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 |
|---|---|
void |
UndoLogManager.flushUndoLogs(ConnectionProxy cp)
Flush undo logs.
|
void |
AbstractUndoLogManager.flushUndoLogs(ConnectionProxy cp)
Flush undo logs.
|
Copyright © 2022 Seata. All rights reserved.