Interface Bindings
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory for
BindMarker
capturing binding value
s.
A Bindings
object is typically used with StatementBuilder
.
- Since:
- 4.2
- Author:
- Mark Paluch
-
Method Summary
-
Method Details
-
bind
Create aBindMarker
for the givenvalue
. Using bindings with positional bind markers must consider the usage order within a statement.- Parameters:
value
- the value to bind, can be null.- Returns:
- the
BindMarker
for the givenvalue
.
-