| Package | Description | 
|---|---|
| io.r2dbc.proxy.callback | 
 Proxy related classes 
 | 
| io.r2dbc.proxy.core | 
 Domain classes 
 | 
| io.r2dbc.proxy.listener | 
 Listener classes 
 | 
| io.r2dbc.proxy.test | 
 Utility classes for testing 
 | 
| Modifier and Type | Method and Description | 
|---|---|
io.r2dbc.spi.Statement | 
ProxyFactory.wrapStatement(io.r2dbc.spi.Statement statement,
             StatementInfo statementInfo,
             ConnectionInfo connectionInfo)
Create a proxy  
Statement. | 
| Constructor and Description | 
|---|
StatementCallbackHandler(io.r2dbc.spi.Statement statement,
                        StatementInfo statementInfo,
                        ConnectionInfo connectionInfo,
                        ProxyConfig proxyConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
StatementInfo | 
BindInfo.getStatementInfo()
Get  
StatementInfo where bind operation has happened. | 
| Modifier and Type | Method and Description | 
|---|---|
default String | 
BindParameterConverter.onCreateStatement(String query,
                 StatementInfo info)
Convert the given query to another one at  
Connection.createStatement(String). | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MockStatementInfo
Mock implementation of  
StatementInfo. | 
Copyright © 2025. All rights reserved.