Package io.r2dbc.proxy.core
@NonNullApi
package io.r2dbc.proxy.core
Domain classes
-
ClassDescriptionHold contextual information for bind operations(
bind
andbindNull
).Represent an operation ofStatement.bind(int, java.lang.Object)
andStatement.bindNull(int, java.lang.Class<?>)
.Represent set ofBinding
for each batch.Represents index binding.Represents named(String) binding.Represent a value forStatement.bind(int, java.lang.Object)
andStatement.bindNull(int, java.lang.Class<?>)
operations.Default implementation ofBoundValue
.HoldConnection
related information.Default implementation ofValueStore
.Query execution type.Hold method execution related information.Proxy callback event type.Hold query execution related information.Hold each query related info.Generic r2dbc-proxy exception.HoldStatement
related information.Custom value store.