Package org.jooq

Interface BindingSetSQLOutputContext<U>

    • Method Detail

      • output

        java.sql.SQLOutput output()
        The SQLOutput to which a bind variable should be bound.
      • value

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