solidDB Help
:
Programming
:
solidDB JDBC driver
:
solidDB JDBC driver extensions
:
Non-standard JDBC connection properties
: Setting JDBC connection properties with the URL string
Setting JDBC connection properties with the URL string
You can set any connection property at connect time, within the JDBC URL that is passed to the JDBC method
DriverManager.getConnection()
. In this case, the JDBC URL has the following syntax:
"jdbc:solid://
hostname
:
port
/
username
/
password
[?
property-name
=
value
]..."
Examples
"jdbc:solid://server1.acme.com:1964/dba/dba?solid_login_timeout_ms=100"
"jdbc:solid://server1.acme.com:1964/dba/dba?solid_login_timeout_ms=100?solid_idle_timeout_min=5"
Go up to
Non-standard JDBC connection properties
This site works best with JavaScript enabled