Module org.jooq
Package org.jooq

Interface BindContext

  • All Superinterfaces:
    Context<BindContext>, Scope

    @Internal
    public interface BindContext
    extends Context<BindContext>
    The bind context is used for binding QueryPart's and their contained values to a PreparedStatement's bind variables. A new bind context is instantiated every time a Query is bound. QueryPart's will then pass the same context to their components

    This interface is for JOOQ INTERNAL USE only. Do not reference directly

    Author:
    Lukas Eder
    See Also:
    RenderContext