Package | Description |
---|---|
net.moznion.mysql.diff | |
net.moznion.mysql.diff.model |
Modifier and Type | Method and Description |
---|---|
static List<Table> |
SchemaParser.parse(String schema)
Parse and output table definition of given schema.
|
Modifier and Type | Method and Description |
---|---|
static String |
DiffExtractor.extractDiff(List<Table> oldTables,
List<Table> newTables)
Extract diff between two schemas.
|
static String |
DiffExtractor.extractDiff(List<Table> oldTables,
List<Table> newTables)
Extract diff between two schemas.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.Builder.build() |
Copyright © 2020. All rights reserved.