Package org.jooq

Interface BindingSetStatementContext<U>

    • Method Detail

      • statement

        java.sql.PreparedStatement statement()
        The PreparedStatement to which a bind variable should be bound.
      • 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.