Interface SpincastTestingPostgresConfig
- All Known Implementing Classes:
SpincastTestingPostgresConfigDefault
public interface SpincastTestingPostgresConfig
-
Method Summary
Modifier and TypeMethodDescriptionint
The port to use.boolean
Will reset the "public" schema if it exists at startup.
-
Method Details
-
getDataTempDir
File getDataTempDir() -
getPortToUse
int getPortToUse()The port to use.By default, a random free port is picked.
-
isResetSchemaOnInit
boolean isResetSchemaOnInit()Will reset the "public" schema if it exists at startup.
-