| 程序包 | 说明 |
|---|---|
| io.seata.rm.datasource |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ConnectionProxy
The type Connection proxy.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected AbstractConnectionProxy |
AbstractStatementProxy.connectionProxy
The Connection proxy.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractConnectionProxy |
AbstractStatementProxy.getConnectionProxy()
Gets connection proxy.
|
| 构造器和说明 |
|---|
AbstractPreparedStatementProxy(AbstractConnectionProxy connectionProxy,
PreparedStatement targetStatement)
Instantiates a new Abstract prepared statement proxy.
|
AbstractPreparedStatementProxy(AbstractConnectionProxy connectionProxy,
PreparedStatement targetStatement,
String targetSQL)
Instantiates a new Abstract prepared statement proxy.
|
AbstractStatementProxy(AbstractConnectionProxy connectionProxy,
T targetStatement,
String targetSQL)
Instantiates a new Abstract statement proxy.
|
PreparedStatementProxy(AbstractConnectionProxy connectionProxy,
PreparedStatement targetStatement,
String targetSQL)
Instantiates a new Prepared statement proxy.
|
StatementProxy(AbstractConnectionProxy connectionWrapper,
T targetStatement)
Instantiates a new Statement proxy.
|
StatementProxy(AbstractConnectionProxy connectionWrapper,
T targetStatement,
String targetSQL)
Instantiates a new Statement proxy.
|
Copyright © 2020 Seata. All rights reserved.