Class BindTargetBinder
java.lang.Object
org.springframework.data.r2dbc.dialect.BindTargetBinder
Utility to bind
Parameter
to a BindTarget
. Mainly used within the framework.- Since:
- 1.4.1
- Author:
- Mark Paluch
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BindTargetBinder
public BindTargetBinder(org.springframework.r2dbc.core.binding.BindTarget target)
-
-
Method Details
-
bind
Bind aParameter
by name.- Parameters:
name
- must not be null.parameter
- must not be null.
-
bind
public void bind(int index, org.springframework.r2dbc.core.Parameter parameter) Bind aParameter
by index.- Parameters:
index
- must not be null.parameter
- must not be null.
-