| Package | Description |
|---|---|
| io.r2dbc.proxy | |
| io.r2dbc.proxy.callback |
Proxy related classes
|
| io.r2dbc.proxy.core |
Domain classes
|
| io.r2dbc.proxy.listener |
Listener classes
|
| io.r2dbc.proxy.observation | |
| io.r2dbc.proxy.support |
Misc support classes
|
| io.r2dbc.proxy.test |
Utility classes for testing
|
| Class and Description |
|---|
| MethodExecutionInfo
Hold method execution related information.
|
| QueryExecutionInfo
Hold query execution related information.
|
| Class and Description |
|---|
| ConnectionInfo
Hold
Connection related information. |
| QueryExecutionInfo
Hold query execution related information.
|
| StatementInfo
Hold
Statement related information. |
| Class and Description |
|---|
| Binding
Represent an operation of
Statement.bind(int, java.lang.Object) and Statement.bindNull(int, java.lang.Class<?>). |
| Bindings
Represent set of
Binding for each batch. |
| Bindings.IndexBinding
Represents index binding.
|
| Bindings.NamedBinding
Represents named(String) binding.
|
| BoundValue
Represent a value for
Statement.bind(int, java.lang.Object) and Statement.bindNull(int, java.lang.Class<?>) operations. |
| ConnectionInfo
Hold
Connection related information. |
| ExecutionType
Query execution type.
|
| ProxyEventType
Proxy callback event type.
|
| QueryInfo
Hold each query related info.
|
| StatementInfo
Hold
Statement related information. |
| ValueStore
Custom value store.
|
| Class and Description |
|---|
| BindInfo
Hold contextual information for bind operations(
bind and bindNull). |
| MethodExecutionInfo
Hold method execution related information.
|
| QueryExecutionInfo
Hold query execution related information.
|
| StatementInfo
Hold
Statement related information. |
| Class and Description |
|---|
| Bindings
Represent set of
Binding for each batch. |
| QueryExecutionInfo
Hold query execution related information.
|
| Class and Description |
|---|
| Binding
Represent an operation of
Statement.bind(int, java.lang.Object) and Statement.bindNull(int, java.lang.Class<?>). |
| BoundValue
Represent a value for
Statement.bind(int, java.lang.Object) and Statement.bindNull(int, java.lang.Class<?>) operations. |
| MethodExecutionInfo
Hold method execution related information.
|
| QueryExecutionInfo
Hold query execution related information.
|
| Class and Description |
|---|
| ConnectionInfo
Hold
Connection related information. |
| ExecutionType
Query execution type.
|
| MethodExecutionInfo
Hold method execution related information.
|
| ProxyEventType
Proxy callback event type.
|
| QueryExecutionInfo
Hold query execution related information.
|
| QueryInfo
Hold each query related info.
|
| StatementInfo
Hold
Statement related information. |
| ValueStore
Custom value store.
|
Copyright © 2025. All rights reserved.