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

setPassword

open fun setPassword(@Nullable password: String): Unit

Set the JDBC password to use for connecting through the Driver.

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