DbConfig |
DbConfig.setAdminPassword(String adminPassword) |
Set the password for the DB admin user.
|
DbConfig |
DbConfig.setAdminUser(String dbAdminUser) |
Set the password for the DB admin user.
|
DbConfig |
DbConfig.setDbName(String dbName) |
Set the DB name.
|
DbConfig |
DbConfig.setExtensions(String extensions) |
Set the DB extensions to install (Postgres hstore, pgcrypto etc)
|
DbConfig |
DbConfig.setExtraDb(String extraDb) |
Set the name of an extra database to create.
|
DbConfig |
DbConfig.setExtraDbInitSqlFile(String extraDbInitSqlFile) |
Set a file to execute after creating the extra database.
|
DbConfig |
DbConfig.setExtraDbPassword(String extraDbPassword) |
Set the password for an extra user.
|
DbConfig |
DbConfig.setExtraDbSeedSqlFile(String extraDbSeedSqlFile) |
Set a file to execute after creating the extra database.
|
DbConfig |
DbConfig.setExtraDbUser(String extraDbUser) |
Set the name of an extra user to create.
|
DbConfig |
DbConfig.setFastStartMode(boolean fastStartMode) |
Set to true to use fast start mode.
|
DbConfig |
DbConfig.setInitSqlFile(String initSqlFile) |
Set the SQL file to execute after creating the database.
|
DbConfig |
DbConfig.setInMemory(boolean inMemory) |
Set to true to run using in memory storage for data via tmpfs.
|
DbConfig |
DbConfig.setPassword(String password) |
Set the DB password.
|
DbConfig |
DbConfig.setProperties(Properties properties) |
Load configuration from properties.
|
DbConfig |
DbConfig.setSchema(String schema) |
Set the DB schema.
|
DbConfig |
DbConfig.setSeedSqlFile(String seedSqlFile) |
Set the SQL file to execute after creating the database and initSqlFile.
|
DbConfig |
DbConfig.setTmpfs(String tmpfs) |
Set the temp fs for in-memory use.
|
DbConfig |
DbConfig.setUser(String user) |
Set the DB user.
|