Record -
java.jdbc
: ClientConfiguration
Provides a set of configurations for the JDBC Client.
Closed record
Fields
- url string
-
URL of the database to connect
- username string
-
Username for the database connection
- password string
-
Password for the database connection
- poolOptions PoolOptions
-
Properties for the connection pool configuration. Refer
PoolOptions
for more details
- dbOptions map<anydata> (default {})
-
A map of DB specific properties. These properties will have an effect only if the dataSourceClassName is provided in poolOptions