Class Bindings

java.lang.Object
org.springframework.r2dbc.core.binding.Bindings
All Implemented Interfaces:
Iterable<Bindings.Binding>
Direct Known Subclasses:
MutableBindings

public class Bindings extends Object implements Iterable<Bindings.Binding>
Value object representing value and null bindings for a Statement using BindMarkers. Bindings are typically immutable.
Since:
5.3
Author:
Mark Paluch