Interface JdbcParameterBindings


  • public interface JdbcParameterBindings
    Access to all of the externalized JDBC parameter bindings
    "API Note:"
    "Externalized" because some JDBC parameter values are intrinsically part of the parameter itself and we do not need to locate a JdbcParameterBinding. E.g., consider a LiteralAsParameter which actually encapsulates the actually literal value inside itself - to create the binder and actually perform the binding is only dependent on the LiteralParameter