Language
The Free and Open Productivity Suite
:: com :: sun :: star :: sdb ::
|
deprecated |
service DatabaseAccess |
|
|
- Usage Restrictions
- deprecated
- Description
- specifies a component, which controls DatabaseAccessConnections and acts like a
shared DataSource.
|
Exported Interfaces - Summary |
::com::sun::star::beans::XPropertySet |
- (referenced entity's summary:)
- provides information about and access to the
properties from an implementation.
|
XDatabaseAccess |
controls the establishing of the connections.
|
XCompletedConnection |
establishing a connection with user interaction, the implementation
is optional.
(details)
|
Properties' Summary |
[ readonly ] 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
|
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.
|
[ readonly ] 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 |
[ OPTIONAL ]
indicates that a password is always necessary.
|
sequence< string >
TableFilter |
[ OPTIONAL ]
defines a list of tables, on which the bean should have it's focus.
If empty, all tables are rejected.
|
sequence< string >
TableTypeFilter |
[ OPTIONAL ]
defines a list of table types, on which the bean should have it's focus.
If empty, all tables types are rejected.
|
Exported Interfaces - Details |
::com::sun::star::beans::XPropertySet
- (referenced entity's summary:)
- provides information about and access to the
properties from an implementation.
|
|
XDatabaseAccess
- Description
- controls the establishing of the connections.
|
|
XCompletedConnection
- Usage Restrictions
- optional
- Description
- establishing a connection with user interaction, the implementation
is optional.
|
|
Properties' Details |
URL
[ readonly ] string URL;
- Description
- is the URL of the bean.
|
|
Title
string Title;
- Description
- is the title of the bean.
|
|
ConnectURL
string ConnectURL;
- Description
- indicates a database url of the form
jdbc:subprotocol:subname or
sdbc:subprotocol:subname
|
|
ConnectInfo
sequence< ::com::sun::star::beans::PropertyValue > ConnectInfo;
- Description
- is a list of arbitrary string tag/value pairs as
connection arguments; normally at least a "user" and
"password" property should be included.
|
|
IsReadOnly
[ readonly ] boolean IsReadOnly;
- Description
- determines whether modifications on the data access bean are allowed
or not.
|
|
NumberFormatsSupplier
|
IsPasswordRequired
boolean IsPasswordRequired;
- Usage Restrictions
- optional
- Description
- indicates that a password is always necessary.
|
|
TableFilter
sequence< string > TableFilter;
- Usage Restrictions
- optional
- Description
- defines a list of tables, on which the bean should have it's focus.
If empty, all tables are rejected.
|
|
TableTypeFilter
sequence< string > TableTypeFilter;
- Usage Restrictions
- optional
- Description
- defines a list of table types, on which the bean should have it's focus.
If empty, all tables types are rejected.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.