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

setUsername

open fun setUsername(@Nullable username: String): Unit

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

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