Interface EmbeddedDatabaseManager
-
- All Known Implementing Classes:
H2DatabaseManager
public interface EmbeddedDatabaseManager- Since:
- 7.13.17
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringensureDatabaseStarted()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
-
-