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

--- Comment #16 from prrv...@gmail.com ---
(In reply to Lionel Elie Mamane from comment #15)
> I think it would be nice to do the "resynchronisation" in one go rather than
> adding the new member functions one by one as we keep "discovering" the need
> for them.

I am ready to make all the necessary changes.
If I understood you correctly, this would be done through a new interface
com.sun.star.sdbc.XConnection2 inheriting from the interface
com.sun.star.sdbc.XConnection and having the following methods:

- string getSchema()
- void setSchema(string Schema)

Maybe we should also consider:

- Any setSavepoint(string Name)
- void releaseSavepoint(Any Savepoint)
- void rollbackToSavepoint(Any Savepoint)

And I also thought of adding access to the underlying database logging with:
- com.sun.star.logger.XLogger getLogger()
Or maybe this should be added to the com.sun.star.sdbc/x.XDriver as it is done
with Java ?

Surely I forgot things?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to