public class MysqldConfig
extends de.flapdoodle.embed.process.config.ExecutableProcessConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
MysqldConfig.Builder |
static class |
MysqldConfig.ServerVariable<T> |
static class |
MysqldConfig.SystemDefaults |
| Modifier | Constructor and Description |
|---|---|
protected |
MysqldConfig(de.flapdoodle.embed.process.distribution.IVersion version,
int port,
Charset charset,
com.wix.mysql.config.MysqldConfig.User user,
TimeZone timeZone,
com.wix.mysql.config.MysqldConfig.Timeout timeout,
List<MysqldConfig.ServerVariable> serverVariables,
String tempDir) |
| Modifier and Type | Method and Description |
|---|---|
static MysqldConfig.Builder |
aMysqldConfig(Version version) |
Charset |
getCharset() |
String |
getPassword() |
int |
getPort() |
List<MysqldConfig.ServerVariable> |
getServerVariables() |
String |
getTempDir() |
long |
getTimeout(TimeUnit target) |
TimeZone |
getTimeZone() |
String |
getUsername() |
Version |
getVersion() |
String |
toString() |
protected MysqldConfig(de.flapdoodle.embed.process.distribution.IVersion version,
int port,
Charset charset,
com.wix.mysql.config.MysqldConfig.User user,
TimeZone timeZone,
com.wix.mysql.config.MysqldConfig.Timeout timeout,
List<MysqldConfig.ServerVariable> serverVariables,
String tempDir)
public Version getVersion()
public Charset getCharset()
public int getPort()
public long getTimeout(TimeUnit target)
public String getUsername()
public String getPassword()
public TimeZone getTimeZone()
public List<MysqldConfig.ServerVariable> getServerVariables()
public String getTempDir()
public static MysqldConfig.Builder aMysqldConfig(Version version)
Copyright © 2022. All rights reserved.