Class MockQueryExecutionInfo.Builder
java.lang.Object
io.r2dbc.proxy.test.MockQueryExecutionInfo.Builder
- Enclosing class:
MockQueryExecutionInfo
- Author:
- Tadaya Tsuyukubo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchSize
(int batchSize) bindingsSize
(int bindingsSize) build()
connectionInfo
(ConnectionInfo connectionInfo) currentMappedResult
(Object currentMappedResult) currentResultCount
(int currentResultCount) customValue
(Object key, Object value) customValues
(Map<Object, Object> customValues) executeDuration
(Duration executeDuration) from
(MockQueryExecutionInfo mock) isSuccess
(boolean isSuccess) methodArgs
(Object[] methodArgs) proxyEventType
(ProxyEventType proxyEventType) threadId
(long threadId) threadName
(String threadName) type
(ExecutionType type) valueStore
(ValueStore valueStore)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
-
connectionInfo
-
method
-
methodArgs
-
throwable
-
isSuccess
-
batchSize
-
type
-
bindingsSize
-
executeDuration
-
threadName
-
threadId
-
proxyEventType
-
currentResultCount
-
currentMappedResult
-
queryInfo
-
queries
-
valueStore
-
customValue
-
customValues
-
build
-