Interface DatabaseUtils
public interface DatabaseUtils
-
Field Summary
Fields Modifier and Type Field Description static DatabaseDriverSetup
DEFAULT_DRIVER
-
Method Summary
Static Methods Modifier and Type Method Description static DatabaseBuilder<DatabaseImpl>
builderForDriver(DatabaseDriverSetup driver)
static DatabaseBuilder<DatabaseImpl>
defaultBuilder()
static DatabaseBuilder<DatabaseImpl>
inMemoryBuilder()
static DatabaseImpl
newDefault(String url, boolean clearDatabase)
static DatabaseImpl
newDefault(Path url, boolean clearDatabase)
static DatabaseImpl
newDefaultInMemory()
static DatabaseImpl
newNoListsInMemory()
static DatabaseImpl
newPbad(String url, boolean clearDatabase)
static DatabaseImpl
newPbad(Path url, boolean clearDatabase)
static DatabaseImpl
newPbadInMemory()
static DatabaseImpl
newPbadNoListsInMemory()
-
Field Details
-
DEFAULT_DRIVER
-
-
Method Details
-
defaultBuilder
-
inMemoryBuilder
-
builderForDriver
-
newDefault
-
newDefault
-
newPbad
-
newPbad
-
newDefaultInMemory
-
newNoListsInMemory
-
newPbadInMemory
-
newPbadNoListsInMemory
-