Module org.jooq
Package org.jooq

Interface BindingSetStatementContext<U>

    • Method Detail

      • index

        int index()
        The bind variable index at which a bind variable should be bound.
      • value

        U value()
        The bind value that is being bound.