LibreOffice
LibreOffice 24.2 SDK API Reference
|
could be used as an extension for performing data definition tasks on databases, and to control the access rights on database objects. More...
import"DatabaseDefinition.idl";
Exported Interfaces | |
interface | XTablesSupplier |
interface | XViewsSupplier |
The implementation is optional. More... | |
interface | XUsersSupplier |
The implementation is optional. More... | |
interface | XGroupsSupplier |
The implementation is optional. More... | |
Additional Inherited Members | |
![]() | |
com::sun::star::container::XNameAccess | getTables () |
returns the container of tables. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
![]() | |
com::sun::star::container::XNameAccess | getViews () |
returns the container of views. More... | |
![]() | |
com::sun::star::container::XNameAccess | getUsers () |
returns the container of users. More... | |
![]() | |
com::sun::star::container::XNameAccess | getGroups () |
returns the container of groups. More... | |
could be used as an extension for performing data definition tasks on databases, and to control the access rights on database objects.
It may be implemented by a database driver provider, to encapsulate the complexity of data definition, and to give a common way for data definition as the DDL of most DBMS differs.
At least, the access to the tables of a database should be implemented. The implementation of other known database objects like views is optional.
To control the access rights of users, there is the possibility to implement objects like users and groups.
|
optional |
The implementation is optional.
interface XTablesSupplier |
|
optional |
The implementation is optional.
|
optional |
The implementation is optional.