https://bugs.documentfoundation.org/show_bug.cgi?id=116936

--- Comment #1 from Julien Nabet <serval2...@yahoo.fr> ---
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
https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/sdbc/XRowUpdate.idl)
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?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to