| Package | Description |
|---|---|
| io.r2dbc.proxy | |
| io.r2dbc.proxy.callback |
Proxy related classes
|
| io.r2dbc.proxy.listener |
Listener classes
|
| io.r2dbc.proxy.observation |
| Class and Description |
|---|
| ProxyExecutionListener
Listener interface that is called when proxy is invoked.
|
| Class and Description |
|---|
| BindParameterConverter
Callback for
Connection.createStatement(String) and bind operations(bind and bindNull). |
| CompositeProxyExecutionListener
Delegate to multiple of
ProxyExecutionListeners. |
| ProxyExecutionListener
Listener interface that is called when proxy is invoked.
|
| ResultRowConverter
Callback for
Row#get(...) methods. |
| Class and Description |
|---|
| BindParameterConverter
Callback for
Connection.createStatement(String) and bind operations(bind and bindNull). |
| BindParameterConverter.BindOperation
Represent bind operation(
bind and bindNull). |
| ProxyExecutionListener
Listener interface that is called when proxy is invoked.
|
| ProxyMethodExecutionListener
Listener interface called back when corresponding method on proxy is invoked.
|
| ResultRowConverter
Callback for
Row#get(...) methods. |
| ResultRowConverter.GetOperation
Represent
Row#get(...) operation. |
| Class and Description |
|---|
| ProxyExecutionListener
Listener interface that is called when proxy is invoked.
|
Copyright © 2024. All rights reserved.