public class SchemaConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SchemaConfig.Builder |
aSchemaConfig(String name) |
Charset |
getCharset() |
String |
getName() |
List<SqlScriptSource> |
getScripts() |
public static SchemaConfig.Builder aSchemaConfig(String name)
public String getName()
public Charset getCharset()
public List<SqlScriptSource> getScripts()
Copyright © 2017. All rights reserved.