Uses of Class
io.r2dbc.proxy.test.MockQueryExecutionInfo.Builder
Packages that use MockQueryExecutionInfo.Builder
-
Uses of MockQueryExecutionInfo.Builder in io.r2dbc.proxy.test
Methods in io.r2dbc.proxy.test that return MockQueryExecutionInfo.BuilderModifier and TypeMethodDescriptionMockQueryExecutionInfo.Builder.batchSize
(int batchSize) MockQueryExecutionInfo.Builder.bindingsSize
(int bindingsSize) MockQueryExecutionInfo.builder()
Provides a builder forMockQueryExecutionInfo
.MockQueryExecutionInfo.Builder.connectionInfo
(ConnectionInfo connectionInfo) MockQueryExecutionInfo.Builder.currentMappedResult
(Object currentMappedResult) MockQueryExecutionInfo.Builder.currentResultCount
(int currentResultCount) MockQueryExecutionInfo.Builder.customValue
(Object key, Object value) MockQueryExecutionInfo.Builder.customValues
(Map<Object, Object> customValues) MockQueryExecutionInfo.Builder.executeDuration
(Duration executeDuration) MockQueryExecutionInfo.Builder.from
(MockQueryExecutionInfo mock) MockQueryExecutionInfo.Builder.isSuccess
(boolean isSuccess) MockQueryExecutionInfo.Builder.methodArgs
(Object[] methodArgs) MockQueryExecutionInfo.Builder.proxyEventType
(ProxyEventType proxyEventType) MockQueryExecutionInfo.Builder.threadId
(long threadId) MockQueryExecutionInfo.Builder.threadName
(String threadName) MockQueryExecutionInfo.Builder.type
(ExecutionType type) MockQueryExecutionInfo.Builder.valueStore
(ValueStore valueStore)