Uses of Interface
io.r2dbc.proxy.core.ValueStore
Packages that use ValueStore
Package
Description
Domain classes
Utility classes for testing
-
Uses of ValueStore in io.r2dbc.proxy.core
Classes in io.r2dbc.proxy.core that implement ValueStoreMethods in io.r2dbc.proxy.core that return ValueStoreModifier and TypeMethodDescriptionstatic ValueStore
ValueStore.create()
Create defaultValueStore
.ConnectionInfo.getValueStore()
RetrieveValueStore
which is associated to the scope of logical connection.MethodExecutionInfo.getValueStore()
RetrieveValueStore
which is associated to the scope of before/after method execution.QueryExecutionInfo.getValueStore()
RetrieveValueStore
which is associated to the scope of before/after method execution.StatementInfo.getValueStore()
RetrieveValueStore
which is associated to the scope of logical statement. -
Uses of ValueStore in io.r2dbc.proxy.test
Methods in io.r2dbc.proxy.test that return ValueStoreModifier and TypeMethodDescriptionMockConnectionInfo.getValueStore()
MockMethodExecutionInfo.getValueStore()
MockQueryExecutionInfo.getValueStore()
MockStatementInfo.getValueStore()
Methods in io.r2dbc.proxy.test with parameters of type ValueStoreModifier and TypeMethodDescriptionMockConnectionInfo.Builder.valueStore
(ValueStore valueStore) MockMethodExecutionInfo.Builder.valueStore
(ValueStore valueStore) MockQueryExecutionInfo.Builder.valueStore
(ValueStore valueStore) MockStatementInfo.Builder.valueStore
(ValueStore valueStore)