BindMarkers
instead.@FunctionalInterface @Deprecated public interface BindMarkers extends BindMarkers
BindMarkers is stateful and can be only used for a single binding pass of one or more parameters. It
maintains bind indexes/bind parameter names.
BindMarker,
BindMarkersFactory,
Statement.bind(int, java.lang.Object)| Modifier and Type | Method and Description |
|---|---|
BindMarker |
next()
Deprecated.
Creates a new
BindMarker. |
default BindMarker |
next(String hint)
Deprecated.
Creates a new
BindMarker that accepts a hint. |
BindMarker next()
BindMarker.next in interface BindMarkersBindMarker.default BindMarker next(String hint)
BindMarker that accepts a hint. Implementations are allowed to consider/ignore/filter
the name hint to create more expressive bind markers.next in interface BindMarkershint - an optional name hint that can be used as part of the bind marker.BindMarker.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.