spring-framework / org.springframework.jdbc.datasource / AbstractDriverBasedDataSource / setConnectionProperties

setConnectionProperties

open fun setConnectionProperties(@Nullable connectionProperties: Properties): Unit

Specify arbitrary connection properties as key/value pairs, to be passed to the Driver.

Can also contain "user" and "password" properties. However, any "username" and "password" bean properties specified on this DataSource will override the corresponding connection properties.

See Also
java.sql.Driver#connect(String, java.util.Properties)