Uses of Interface
io.r2dbc.proxy.core.BoundValue
Packages that use BoundValue
-
Uses of BoundValue in io.r2dbc.proxy.core
Classes in io.r2dbc.proxy.core that implement BoundValueMethods in io.r2dbc.proxy.core that return BoundValueModifier and TypeMethodDescriptionBinding.getBoundValue()
Get aBoundValue
.Bindings.IndexBinding.getBoundValue()
Bindings.NamedBinding.getBoundValue()
static BoundValue
Create aBoundValue
that representsStatement.bindNull(int, java.lang.Class<?>)
.static BoundValue
Create aBoundValue
that representsStatement.bind(int, java.lang.Object)
.Methods in io.r2dbc.proxy.core with parameters of type BoundValueModifier and TypeMethodDescriptionstatic Bindings.IndexBinding
Bindings.indexBinding
(int index, BoundValue boundValue) Factory method to createBindings.IndexBinding
.static Bindings.NamedBinding
Bindings.namedBinding
(String name, BoundValue boundValue) Factory method to createBindings.NamedBinding
. -
Uses of BoundValue in io.r2dbc.proxy.support
Fields in io.r2dbc.proxy.support with type parameters of type BoundValueModifier and TypeFieldDescriptionQueryExecutionInfoFormatter.onBoundValue
Default implementation for formatting bound value.Method parameters in io.r2dbc.proxy.support with type arguments of type BoundValueModifier and TypeMethodDescriptionQueryExecutionInfoFormatter.boundValue
(BiConsumer<BoundValue, StringBuilder> onBoundValue) Set a consumer for convertingBoundValue
.