specifies a component, which controls DatabaseAccessConnections and acts like a shared DataSource.
More...
import "DatabaseAccess.idl";
|
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
|
void | setPropertyValue ([in] string aPropertyName,[in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
| sets the value of the property with the specified name. More...
|
|
any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
|
void | addPropertyChangeListener ([in] string aPropertyName,[in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XPropertyChangeListener to the specified property. More...
|
|
void | removePropertyChangeListener ([in] string aPropertyName,[in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XPropertyChangeListener from the listener list. More...
|
|
void | addVetoableChangeListener ([in] string PropertyName,[in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XVetoableChangeListener to the specified property with the name PropertyName. More...
|
|
void | removeVetoableChangeListener ([in] string PropertyName,[in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XVetoableChangeListener from the listener list. More...
|
|
boolean | hasConnections () |
|
com::sun::star::sdbc::XConnection | getIsolatedConnection ([in]string user,[in]string password) raises (com::sun::star::sdbc::SQLException) |
|
boolean | suspendConnections () raises (com::sun::star::sdbc::SQLException) |
|
void | addDatabaseAccessListener ([in]XDatabaseAccessListener listener) |
|
void | removeDatabaseAccessListener ([in]XDatabaseAccessListener listener) |
|
com::sun::star::sdbc::XConnection | connectWithCompletion ([in]com::sun::star::task::XInteractionHandler handler) raises (com::sun::star::sdbc::SQLException) |
| attempts to establish a database connection. More...
|
|
specifies a component, which controls DatabaseAccessConnections and acts like a shared DataSource.
- Deprecated:
establishing a connection with user interaction, the implementation is optional.
controls the establishing of the connections.
is a list of arbitrary string tag/value pairs as connection arguments; normally at least a "user" and "password" property should be included.
indicates a database url of the form
jdbc:subprotocol:subname
or sdbc:subprotocol:subname
boolean IsPasswordRequired |
|
optionalproperty |
indicates that a password is always necessary.
determines whether modifications on the data access bean are allowed or not.
provides an object for formatting numbers.
sequence<string> TableFilter |
|
optionalproperty |
defines a list of tables, on which the bean should have it's focus.
If empty, all tables are rejected.
sequence<string> TableTypeFilter |
|
optionalproperty |
defines a list of table types, on which the bean should have it's focus.
If empty, all tables types are rejected.
is the title of the bean.
The documentation for this service was generated from the following file: