Package | Description |
---|---|
io.r2dbc.proxy.callback |
Proxy related classes
|
io.r2dbc.proxy.core |
Domain classes
|
io.r2dbc.proxy.test |
Utility classes for testing
|
Modifier and Type | Method and Description |
---|---|
io.r2dbc.spi.Batch |
ProxyFactory.wrapBatch(io.r2dbc.spi.Batch batch,
ConnectionInfo connectionInfo)
Create a proxy
Batch . |
io.r2dbc.spi.Connection |
ProxyFactory.wrapConnection(io.r2dbc.spi.Connection connection,
ConnectionInfo connectionInfo)
Create a proxy
Connection . |
io.r2dbc.spi.Statement |
ProxyFactory.wrapStatement(io.r2dbc.spi.Statement statement,
StatementInfo statementInfo,
ConnectionInfo connectionInfo)
Create a proxy
Statement . |
Constructor and Description |
---|
BatchCallbackHandler(io.r2dbc.spi.Batch batch,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
ConnectionCallbackHandler(io.r2dbc.spi.Connection connection,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
StatementCallbackHandler(io.r2dbc.spi.Statement statement,
StatementInfo statementInfo,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
Modifier and Type | Method and Description |
---|---|
ConnectionInfo |
StatementInfo.getConnectionInfo()
Get
ConnectionInfo associated to this Statement . |
ConnectionInfo |
MethodExecutionInfo.getConnectionInfo()
Get the
ConnectionInfo . |
ConnectionInfo |
QueryExecutionInfo.getConnectionInfo()
Get the associated
ConnectionInfo . |
Modifier and Type | Class and Description |
---|---|
class |
MockConnectionInfo
Mock implementation of
ConnectionInfo for testing. |
Modifier and Type | Method and Description |
---|---|
ConnectionInfo |
MockMethodExecutionInfo.getConnectionInfo() |
ConnectionInfo |
MockQueryExecutionInfo.getConnectionInfo() |
ConnectionInfo |
MockStatementInfo.getConnectionInfo() |
ConnectionInfo |
MockStatementInfo.Builder.getConnectionInfo() |
Modifier and Type | Method and Description |
---|---|
MockMethodExecutionInfo.Builder |
MockMethodExecutionInfo.Builder.connectionInfo(ConnectionInfo connectionInfo) |
MockQueryExecutionInfo.Builder |
MockQueryExecutionInfo.Builder.connectionInfo(ConnectionInfo connectionInfo) |
MockStatementInfo.Builder |
MockStatementInfo.Builder.connectionInfo(ConnectionInfo connectionInfo) |
Copyright © 2024. All rights reserved.