public class PostgresConfig extends AbstractPostgresConfig<PostgresConfig>
AbstractPostgresConfig.Credentials, AbstractPostgresConfig.Net, AbstractPostgresConfig.Storage, AbstractPostgresConfig.TimeoutadditionalInitDbParams, additionalPostgresParams, args, credentials, network, timeout| Constructor and Description |
|---|
PostgresConfig(AbstractPostgresConfig config) |
PostgresConfig(AbstractPostgresConfig config,
Command command) |
PostgresConfig(de.flapdoodle.embed.process.distribution.IVersion version,
AbstractPostgresConfig.Net network,
AbstractPostgresConfig.Storage storage,
AbstractPostgresConfig.Timeout timeout) |
PostgresConfig(de.flapdoodle.embed.process.distribution.IVersion version,
AbstractPostgresConfig.Net network,
AbstractPostgresConfig.Storage storage,
AbstractPostgresConfig.Timeout timeout,
AbstractPostgresConfig.Credentials cred) |
PostgresConfig(de.flapdoodle.embed.process.distribution.IVersion version,
AbstractPostgresConfig.Net network,
AbstractPostgresConfig.Storage storage,
AbstractPostgresConfig.Timeout timeout,
AbstractPostgresConfig.Credentials cred,
Command command) |
PostgresConfig(de.flapdoodle.embed.process.distribution.IVersion version,
String dbName) |
PostgresConfig(de.flapdoodle.embed.process.distribution.IVersion version,
String host,
int port,
String dbName) |
| Modifier and Type | Method and Description |
|---|---|
static PostgresConfig |
defaultWithDbName(String dbName) |
static PostgresConfig |
defaultWithDbName(String dbName,
String user,
String password) |
args, credentials, getAdditionalInitDbParams, getAdditionalPostgresParams, net, storage, timeout, toString, withAdditionalInitDbParams, withArgspublic PostgresConfig(AbstractPostgresConfig config, Command command)
public PostgresConfig(AbstractPostgresConfig config)
public PostgresConfig(de.flapdoodle.embed.process.distribution.IVersion version,
String dbName)
throws IOException
IOExceptionpublic PostgresConfig(de.flapdoodle.embed.process.distribution.IVersion version,
String host,
int port,
String dbName)
throws IOException
IOExceptionpublic PostgresConfig(de.flapdoodle.embed.process.distribution.IVersion version,
AbstractPostgresConfig.Net network,
AbstractPostgresConfig.Storage storage,
AbstractPostgresConfig.Timeout timeout,
AbstractPostgresConfig.Credentials cred,
Command command)
public PostgresConfig(de.flapdoodle.embed.process.distribution.IVersion version,
AbstractPostgresConfig.Net network,
AbstractPostgresConfig.Storage storage,
AbstractPostgresConfig.Timeout timeout,
AbstractPostgresConfig.Credentials cred)
public PostgresConfig(de.flapdoodle.embed.process.distribution.IVersion version,
AbstractPostgresConfig.Net network,
AbstractPostgresConfig.Storage storage,
AbstractPostgresConfig.Timeout timeout)
public static PostgresConfig defaultWithDbName(String dbName, String user, String password) throws IOException
IOExceptionpublic static PostgresConfig defaultWithDbName(String dbName) throws IOException
IOExceptionCopyright © 2018 Yandex. All rights reserved.