public interface InitDatabase
| Modifier and Type | Method and Description |
|---|---|
void |
run(Connection connection,
DataSourceConfig config)
Execute some database initialisation statements on a database where the user may not exist.
|
void run(Connection connection, DataSourceConfig config) throws SQLException
connection - Connection obtained using the ownerUsername and ownerPassword.config - The datasource configuration.SQLExceptionCopyright © 2019. All rights reserved.