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

--- Comment #10 from Julien Nabet <serval2...@yahoo.fr> ---
(In reply to Lionel Elie Mamane from comment #7)
> For column, the interface is
> css::sdb::XColumnUpdate
> https://api.libreoffice.org/docs/idl/ref/
> interfacecom_1_1sun_1_1star_1_1sdb_1_1XColumnUpdate.
> html#a9e6ad31e91c912e9f1dfa7480d9e312a
> 
> Basically, the same thing as in css:sdbc::XRowUpdate, except that it is
> called on a column, so the columnIndex argument is not there, since the
> object itself it is called on (the column!) says what column that is. One
> way to implement it is to just call the XRowUpdate interface with the column
> number filled in, passing the value along.

Taking a look at
https://opengrok.libreoffice.org/search?project=core&full=%22XColumnUpdate.hpp%22&defs=&refs=&path=&hist=&type=&si=defs,
there's no driver in connectivity which implements this.
But let's say Firebird would be the first one.

To start with this part, should I duplicate the new update functions from
ResultSet in Columns file + just remove column index?
+ #include <com/sun/star/sdb/XColumnUpdate.hpp> in
connectivity/source/drivers/firebird/Column.hxx (or Columns.hxx ?)

I'm asking but I'll give it a try only after ResultSet part to avoid some
confusion (above all for me! :-)).

-- 
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