|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
specifies a component, which controls DatabaseAccessConnections and acts like a shared DataSource. More...
import "DatabaseAccess.idl";
Public Types | |
| typedef sequence< com::sun::star::beans::PropertyValue > | ConnectInfo |
| is a list of arbitrary string tag/value pairs as connection arguments; normally at least a "user" and "password" property should be included. | |
| typedef sequence< string > | TableFilter |
| defines a list of tables, on which the bean should have it's focus. | |
| typedef sequence< string > | TableTypeFilter |
| defines a list of table types, on which the bean should have it's focus. | |
Exported Interfaces | |
| interface | com::sun::star::beans::XPropertySet |
| interface | XDatabaseAccess |
| controls the establishing of the connections. | |
| interface | XCompletedConnection |
| establishing a connection with user interaction, the implementation is optional. | |
Public Attributes | |
| string | URL |
| is the URL of the bean. | |
| string | Title |
| is the title of the bean. | |
| string | ConnectURL |
indicates a database url of the form jdbc:subprotocol:subname or sdbc:subprotocol:subname | |
| boolean | IsReadOnly |
| determines whether modifications on the data access bean are allowed or not. | |
| com::sun::star::util::XNumberFormatsSupplier | NumberFormatsSupplier |
| provides an object for formatting numbers. | |
| boolean | IsPasswordRequired |
| indicates that a password is always necessary. | |
specifies a component, which controls DatabaseAccessConnections and acts like a shared DataSource.
|
property |
is a list of arbitrary string tag/value pairs as connection arguments; normally at least a "user" and "password" property should be included.
|
optionalproperty |
defines a list of tables, on which the bean should have it's focus.
If empty, all tables are rejected.
|
optionalproperty |
defines a list of table types, on which the bean should have it's focus.
If empty, all tables types are rejected.
| interface com::sun::star::beans::XPropertySet |
|
optional |
establishing a connection with user interaction, the implementation is optional.
| interface XDatabaseAccess |
controls the establishing of the connections.
|
property |
indicates a database url of the form
jdbc:subprotocol:subname or sdbc:subprotocol:subname
|
optionalproperty |
indicates that a password is always necessary.
|
propertyreadonly |
determines whether modifications on the data access bean are allowed or not.
|
property |
provides an object for formatting numbers.
|
property |
is the title of the bean.
|
propertyreadonly |
is the URL of the bean.