<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Firebird SDBC should implement XRowUpdate interface"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116936#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Firebird SDBC should implement XRowUpdate interface"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116936">bug 116936</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>Just to be sure to understand, it would mean:
copy paste template <typename T>
void OPreparedStatement::setValue(sal_Int32 nIndex, const T& nValue, ISC_SHORT
nType) from PreparedStatement.cxx into ResultSet.cxx

then retrieve all the setXXX methods (17 according to
<a href="https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/sdbc/XRowUpdate.idl">https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/sdbc/XRowUpdate.idl</a>)
and rename them like updateXXX and keep content of setXXX ones?

Finally, in ResultSet.hxx, add #include <com/sun/star/sdbc/XRowUpdate.hpp>
+ add css::sdbc::XRowUpdate in OResultSet_BASE.
?
Is it this or did I miss something?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>