Client-specific DataSource properties
Derby Server and Administration Guide
21
Property
Type
Description
URL
Attribute
Notes
user
String
The user's
account name.
user
Default is APP.
This property is
also available using
EmbeddedDataSource.
password
String
The user's
database
password.
password
This property is
also available using
EmbeddedDataSource.
serverName
String
The host name
or TCP/IP
address where
the server is
listening for
requests.
None
Default is "localhost".
portNumber
Integer The port number
where the server
is listening for
requests.
None
Default is "1527".
The following table shows client-specific JDBC DataSource properties.
Table 5.
Client-specific DataSource properties
Property
Type
Description
URL Attribute
Notes
traceFile
String
The filename for
tracing output.
Setting this
property turns
on tracing. See
traceFile
None
traceDirectory
String
The directory
for the tracing
output. Each
connection will
send output
to a separate
file. Setting this
property turns
on tracing. See
traceDirectory
None
traceLevel
Integer
The level of
client tracing
if traceFile or
traceDirectory
are set.
traceLevel
The default is
TRACE_ALL.
traceFileAppend
Boolean Value is true if
tracing output
should append to
traceFileAppend
The default is
false.