[Libreoffice-bugs] [Bug 116936] Firebird SDBC should implement XRowUpdate interface
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Sep 13 09:52:59 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=116936
--- Comment #7 from Lionel Elie Mamane <lionel at mamane.lu> ---
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.
--
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/20190913/b5f52156/attachment.html>
More information about the Libreoffice-bugs
mailing list