public class SQLInitializationPlugin extends Object implements InitializationPlugin
| Constructor and Description |
|---|
SQLInitializationPlugin(String sql) |
| Modifier and Type | Method and Description |
|---|---|
void |
connectionMade(String name,
Connection connection)
Invoked by
EmbeddedDatabaseRule after the in-memory database has been created |
public SQLInitializationPlugin(String sql)
public void connectionMade(String name, Connection connection)
InitializationPluginEmbeddedDatabaseRule after the in-memory database has been createdconnectionMade in interface InitializationPluginname - the name of the in-memory H2 databaaseconnection - a connection to the databaseCopyright © 2014—2018 Sondre Eikanger Kvalø. All rights reserved..