Properties' Summary |
URL |
is the URL of the bean.
|
Title |
is the title of the bean.
|
ConnectURL |
indicates a database url of the form
jdbc: subprotocol : subname or
sdbc: subprotocol : subname
|
ConnectInfo |
is a list of arbitrary string tag/value pairs as
connection arguments; normally at least a "user" and
"password" property should be included.
|
IsReadOnly |
determines whether modifications on the data access bean are allowed
or not.
|
NumberFormatsSupplier |
provides an object for formatting numbers.
|
IsPasswordRequired |
[ OPTIONAL ]
indicates that a password is always necessary.
@optional
|
TableFilter |
[ OPTIONAL ]
defines a list of tables, on which the bean should have it's focus.
If empty, all tables are rejected.
|
TableTypeFilter |
[ OPTIONAL ]
defines a list of table types, on which the bean should have it's focus.
If empty, all tables types are rejected.
|
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;
- [ OPTIONAL ]
- Description
- indicates that a password is always necessary.
@optional
|
|
TableFilter
sequence< string > TableFilter;
- [ 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;
- [ OPTIONAL ]
- Description
- defines a list of table types, on which the bean should have it's focus.
If empty, all tables types are rejected.
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.