Interface EmbeddedDatabaseManager
-
- All Known Implementing Classes:
H2DatabaseManager
public interface EmbeddedDatabaseManager
- Since:
- 7.20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
ensureDatabaseStarted()
Ensure that the embedded database has been started and configured.
-
-
-
Method Detail
-
ensureDatabaseStarted
String ensureDatabaseStarted()
Ensure that the embedded database has been started and configured.- Returns:
- the URI to connect to the embedded database
-
-