| Package | Description |
|---|---|
| io.r2dbc.proxy.core |
Domain classes
|
| io.r2dbc.proxy.test |
Utility classes for testing
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValueStore
Default implementation of
ValueStore. |
| Modifier and Type | Method and Description |
|---|---|
static ValueStore |
ValueStore.create()
Create default
ValueStore. |
ValueStore |
QueryExecutionInfo.getValueStore()
Retrieve
ValueStore which is associated to the scope of before/after method execution. |
ValueStore |
ConnectionInfo.getValueStore()
Retrieve
ValueStore which is associated to the scope of logical connection. |
ValueStore |
StatementInfo.getValueStore()
Retrieve
ValueStore which is associated to the scope of logical statement. |
ValueStore |
MethodExecutionInfo.getValueStore()
Retrieve
ValueStore which is associated to the scope of before/after method execution. |
| Modifier and Type | Method and Description |
|---|---|
ValueStore |
MockStatementInfo.getValueStore() |
ValueStore |
MockQueryExecutionInfo.getValueStore() |
ValueStore |
MockMethodExecutionInfo.getValueStore() |
ValueStore |
MockConnectionInfo.getValueStore() |
| Modifier and Type | Method and Description |
|---|---|
MockStatementInfo.Builder |
MockStatementInfo.Builder.valueStore(ValueStore valueStore) |
MockQueryExecutionInfo.Builder |
MockQueryExecutionInfo.Builder.valueStore(ValueStore valueStore) |
MockMethodExecutionInfo.Builder |
MockMethodExecutionInfo.Builder.valueStore(ValueStore valueStore) |
MockConnectionInfo.Builder |
MockConnectionInfo.Builder.valueStore(ValueStore valueStore) |
Copyright © 2025. All rights reserved.