Property Summary
|
Name |
is the name of the data source.
|
|
URL |
indicates a database url of the form
jdbc: subprotocol : subname
or
sdbc: subprotocol : subname
|
|
Info |
is a list of arbitrary string tag/value pairs as
connection arguments; normally at least a "user" and
"password" property should be included.
|
|
User |
determines a users login name.
|
|
Password |
determines a users password. The password is not persistent.
|
|
IsPasswordRequired |
indicates that a password is always necessary.
|
|
SuppressVersionColumns |
indicates that components displaying data obtained from this
data source should suppress columns used for versioning.
|
|
IsReadOnly |
determines whether modifications on the data source are allowed or not.
|
|
NumberFormatsSupplier |
provides an object for formatting numbers.
|
|
TableFilter |
defines a list of tables, on which the DataSource should have it's focus.
If empty, all tables are rejected.
|
|
TableTypeFilter |
defines a list of table types, on which the DataSource should have it's focus.
If empty, all table types are rejected.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.