background image
<< Client-specific DataSource properties | Network client security >>

Server-specific DataSource properties

<< Client-specific DataSource properties | Network client security >>
Derby Server and Administration Guide
22
Property
Type
Description
URL Attribute
Notes
the existing trace
file.
securityMechanism Integer
The security
mechanism. See
Network client
security
.
securityMechanism
The default is
USER_ONLY
_SECURITY.
retrieveMessageTextBoolean Retrieve
message
text from the
server. A stored
procedure is
called to retrieve
the message
text with each
SQLException
and might start a
new unit of work.
Set this property
to false if you
do not want the
performance
impact or when
starting new
units of work.
retrieveMessageText The default is
true.
ssl
String
The SSL mode
for the client
connection.
See
Network
encryption and
authentication
with SSL/TLS
ssl
The default is
off
.
The following table shows server-specific JDBC DataSource properties.
Table 6.
Server-specific DataSource properties
Property
Type
Description
URL
Attribute
Notes
connectionAttributesString
Set to the
list of Derby
embedded
connection
attributes
separated by
semicolons.
Various
This property is
also available using
EmbeddedDataSource.
See the Derby
Reference Manual
for
more information about
the various connection
attributes.
createDatabase
String
If set to "create",
create the
database
specified with
databaseName
property.
create
This property is
also available using
EmbeddedDataSource.
See the Derby
Reference Manual
for more information.