Interface ValueBinder<X>

All Known Implementing Classes:
BasicBinder, SetObjectBinder, XmlJdbcType.XmlValueBinder

public interface ValueBinder<X>
Contract for binding values to a JDBC PreparedStatement.
API Note:
Binders, as well as extractors, should never apply conversions. Instead, callers of the binder are expected to coordinate between the binding and conversion.