| Package | Description |
|---|---|
| org.apache.seata.rm.datasource |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionProxy
The type Connection proxy.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractConnectionProxy |
AbstractStatementProxy.connectionProxy
The Connection proxy.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractConnectionProxy |
AbstractStatementProxy.getConnectionProxy()
Gets connection proxy.
|
| Constructor and Description |
|---|
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 © 2024 Apache. All rights reserved.