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 |
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. |
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. |
Modifier and Type | Method and Description |
---|---|
ValueStore |
MockMethodExecutionInfo.getValueStore() |
ValueStore |
MockQueryExecutionInfo.getValueStore() |
ValueStore |
MockStatementInfo.getValueStore() |
ValueStore |
MockConnectionInfo.getValueStore() |
Modifier and Type | Method and Description |
---|---|
MockMethodExecutionInfo.Builder |
MockMethodExecutionInfo.Builder.valueStore(ValueStore valueStore) |
MockQueryExecutionInfo.Builder |
MockQueryExecutionInfo.Builder.valueStore(ValueStore valueStore) |
MockStatementInfo.Builder |
MockStatementInfo.Builder.valueStore(ValueStore valueStore) |
MockConnectionInfo.Builder |
MockConnectionInfo.Builder.valueStore(ValueStore valueStore) |
Copyright © 2024. All rights reserved.