Package org.jooq

Interface BindingRegisterContext<U>

    • Method Detail

      • statement

        java.sql.CallableStatement statement()
        The CallableStatement on which a bind variable should be registered.
      • index

        int index()
        The bind variable index at which a bind variable should be registered.