Package org.springframework.r2dbc.core.binding
@NonNullApi
@NonNullFields
package org.springframework.r2dbc.core.binding
Classes providing an abstraction over SQL bind markers.
-
ClassDescriptionBase class for value objects representing a value or a
NULL
binding.A bind marker represents a single bindable parameter within a query.Bind markers represent placeholders in SQL queries for substitution for an actual parameter.This class creates newBindMarkers
instances to bind parameter to a specificStatement
.Resolves aBindMarkersFactory
from aConnectionFactory
usingBindMarkersFactoryResolver.BindMarkerFactoryProvider
.SPI to extend Spring's default R2DBC BindMarkersFactory discovery mechanism.Exception thrown whenBindMarkersFactoryResolver
cannot resolve aBindMarkersFactory
.Target to apply bindings to.