public interface SpincastTestingH2Config
| Modifier and Type | Method and Description |
|---|---|
String |
getCompatibilityMode()
Should a compatibility mode be used by H2?
Be default, "MODE=PostgreSQL" will be
used.
|
String |
getDatabaseName()
The name of the database.
|
String |
getServerHost()
The host on which to start the server.
|
Integer |
getServerPort()
The port on which to start the H2
TCP server.
|
boolean |
isDatabaseToUpper()
Defaults to
false. |
String getServerHost()
String getDatabaseName()
Integer getServerPort()
null
a random free port will be used.
Defaults to 9092.
String getCompatibilityMode()
http://www.h2database.com/html/features.html#compatibilityboolean isDatabaseToUpper()
false.https://www.h2database.com/javadoc/org/h2/engine/DbSettings.html#DATABASE_TO_UPPERCopyright © 2018. All rights reserved.