[Libreoffice-bugs] [Bug 116936] Firebird SDBC should implement XRowUpdate interface

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue May 14 20:45:00 UTC 2019


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

--- Comment #1 from Julien Nabet <serval2412 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190514/be213daa/attachment-0001.html>


More information about the Libreoffice-bugs mailing list