| Package | Description |
|---|---|
| com.wix.mysql.config |
| Modifier and Type | Field and Description |
|---|---|
static Charset |
Charset.LATIN1 |
static Charset |
Charset.UTF8 |
static Charset |
Charset.UTF8MB4 |
| Modifier and Type | Method and Description |
|---|---|
static Charset |
Charset.aCharset(String charset,
String collate) |
static Charset |
Charset.defaults() |
Charset |
SchemaConfig.getCharset() |
Charset |
MysqldConfig.getCharset() |
| Modifier and Type | Method and Description |
|---|---|
SchemaConfig.Builder |
SchemaConfig.Builder.withCharset(Charset charset) |
MysqldConfig.Builder |
MysqldConfig.Builder.withCharset(Charset charset) |
| Constructor and Description |
|---|
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) |
Copyright © 2017. All rights reserved.